mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 09:58:17 +00:00
Housekeeping. Mispellings and some fine tuning.
This commit is contained in:
@@ -135,6 +135,13 @@ command_on: "/var/www/html/rfoutlet/codesend 4543795 -l 177 -p 0"
|
||||
friendly_name: 'Deadbolt Status:'
|
||||
|
||||
|
||||
#Handy Little Set trick
|
||||
{% for entity_id in states.group.my_group.attributes.entity_id %}
|
||||
{% set domain = entity_id.split('.')[0] %}
|
||||
{% set entity = entity_id.split('.')[1] %}
|
||||
Temperature: {{ states[domain][entity].attributes.temperature }}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user