diff --git a/README.md b/README.md index 7b74a80b..bb2fa0ff 100755 --- a/README.md +++ b/README.md @@ -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 %} + ``` diff --git a/script/interior_off.yaml b/script/interior_off.yaml index 9fb9b5f1..1747ce89 100755 --- a/script/interior_off.yaml +++ b/script/interior_off.yaml @@ -11,6 +11,6 @@ interior_off: entity_id: - group.interior_lights - - service: script.switch_turn_off + - service: script.switch_turn_off_all \ No newline at end of file diff --git a/script/switch_turn_off.yaml b/script/switch_turn_off_all.yaml similarity index 100% rename from script/switch_turn_off.yaml rename to script/switch_turn_off_all.yaml diff --git a/script/voice_notify.yaml b/script/voice_notify.yaml index 890560f8..48a6c9f9 100755 --- a/script/voice_notify.yaml +++ b/script/voice_notify.yaml @@ -48,7 +48,7 @@ voice_notify: {% if now().strftime("%H")|int < 12 %} 0.20 {% elif now().strftime("%H")|int < 18 %} - 0.50 + 0.40 {% else %} 0.25 {% endif %}