This should fix #103 and get rid of those entity_ids in templates

This commit is contained in:
Jeffrey Stone
2020-12-02 23:09:19 -05:00
parent 1bf56692ca
commit 173acb932f
4 changed files with 12 additions and 42 deletions

View File

@@ -43,13 +43,11 @@
sensors:
# washer_power:
# friendly_name: "Washer Power"
# entity_id: sensor.time
# unit_of_measurement: ''
# value_template: >-
# {{ states.switch.washer.attributes.current_power_w | int }}
low_battery:
friendly_name: 'Low Battery'
entity_id: sensor.time
value_template: >
{%- set threshold = 15 -%}
{%- set domains = ['light', 'switch', 'sensor', 'zwave', 'lock', 'binary_sensor'] -%}