Disabled unused indoor humidity template sensor
This commit is contained in:
@ -813,10 +813,10 @@ sensor:
|
|||||||
friendly_name: "Current Visibility"
|
friendly_name: "Current Visibility"
|
||||||
value_template: "{{ ((state_attr('weather.iron_nerd_weather_station','visibility') | int) * 0.621371) | round }}"
|
value_template: "{{ ((state_attr('weather.iron_nerd_weather_station','visibility') | int) * 0.621371) | round }}"
|
||||||
|
|
||||||
current_inside_humidity:
|
# current_inside_humidity:
|
||||||
friendly_name: "Current Inside Humidity"
|
# friendly_name: "Current Inside Humidity"
|
||||||
unit_of_measurement: '%'
|
# unit_of_measurement: '%'
|
||||||
value_template: "{{ state_attr('climate.home','current_humidity') }}"
|
# value_template: "{{ state_attr('climate.home','current_humidity') }}"
|
||||||
# lighting_stike_count:
|
# lighting_stike_count:
|
||||||
# friendly_name: "Lightning Strike Count"
|
# friendly_name: "Lightning Strike Count"
|
||||||
# value_template: "{{ states('sensor.acurite_6045m_3078_strcnt') }}"
|
# value_template: "{{ states('sensor.acurite_6045m_3078_strcnt') }}"
|
||||||
|
Reference in New Issue
Block a user