Added outdoor lights on sensor for the hell of it

This commit is contained in:
2022-05-11 19:19:17 -04:00
parent 216b448cc9
commit 5364b8290e

View File

@ -114,6 +114,14 @@
states.fan.master_bedroom_air_conditioner
] %}
{{ fans | selectattr('state','eq','on') | list | count }}
current_outdoor_lights_on:
friendly_name: Current Outdoor Lights On
unit_of_measurement: 'on'
value_template: >-
{% set lights = [
states.light.front_porch_light
] %}
{{ lights | selectattr('state','eq','on') | list | count }}
- platform: uptime
name: Last Boot