Added new weather alert sensors to use in lovelace based on nws_alerts

This commit is contained in:
Jeffrey Stone
2020-04-24 14:41:25 -04:00
parent fbd34a38a2
commit 96a0a938b5
2 changed files with 182 additions and 1 deletions

View File

@@ -190,4 +190,9 @@
current_inside_humidity:
friendly_name: "Current Inside Humidity"
unit_of_measurement: '%'
value_template: "{{ states.climate.home.attributes.current_humidity }}"
value_template: "{{ states.climate.home.attributes.current_humidity }}"
lightning_strike_count:
friendly_name: 'Lightning Strike Count'
entity_id: []
value_template: >-
{{ states.geo_location | list | count }}