Compare commits

..

No commits in common. "0954f4b5870df9ac60b3b4ad645b878eba173ff8" and "582765f82bcd5d634c8f34f29c099dadbc431a70" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ For the sandbox.
#########################################################
Create fast Customize for groups, sensors, covers etc... Just change that first line below 'sensor' to 'group', 'covers' etc..
{% for state in states.group -%}
{% for state in states.sensor -%}
{% if loop.first %}
{% elif loop.last %}
{% else %}
@ -22,7 +22,7 @@ Create fast Customize for groups, sensors, covers etc... Just change that first
#########################################################
#This code lists out EVERY possible entity and attribute for that entity.
# source: https://github.com/skalavala/smarthome/blob/primary/Entities.md
# source: https://github.com/skalavala/smarthome/blob/master/Entities.md
#########################################################
{{ "_".ljust(90, "_") }}