mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-15 18:15:00 +00:00
Compare commits
2 Commits
582765f82b
...
0954f4b587
Author | SHA1 | Date | |
---|---|---|---|
|
0954f4b587 | ||
|
b5bce2af10 |
@@ -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..
|
Create fast Customize for groups, sensors, covers etc... Just change that first line below 'sensor' to 'group', 'covers' etc..
|
||||||
|
|
||||||
{% for state in states.sensor -%}
|
{% for state in states.group -%}
|
||||||
{% if loop.first %}
|
{% if loop.first %}
|
||||||
{% elif loop.last %}
|
{% elif loop.last %}
|
||||||
{% else %}
|
{% 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.
|
#This code lists out EVERY possible entity and attribute for that entity.
|
||||||
# source: https://github.com/skalavala/smarthome/blob/master/Entities.md
|
# source: https://github.com/skalavala/smarthome/blob/primary/Entities.md
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
{{ "_".ljust(90, "_") }}
|
{{ "_".ljust(90, "_") }}
|
||||||
|
Reference in New Issue
Block a user