mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-16 11:14:44 +00:00
Added new weather alert sensors to use in lovelace based on nws_alerts
This commit is contained in:
@@ -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 }}
|
Reference in New Issue
Block a user