mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
I don't want to see no Sensors!
This commit is contained in:
@@ -31,6 +31,11 @@ sensor.downstairs_humidity:
|
|||||||
sensor.upstairs_humidity:
|
sensor.upstairs_humidity:
|
||||||
icon: mdi:water-percent
|
icon: mdi:water-percent
|
||||||
|
|
||||||
|
sensor.upstairs_away_mode:
|
||||||
|
hidden: true
|
||||||
|
sensor.downstairs_away_mode:
|
||||||
|
hidden: true
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
## Sun Section
|
## Sun Section
|
||||||
###################################
|
###################################
|
||||||
|
@@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
upstairs_away_mode:
|
downstairs_away_mode:
|
||||||
entity_id: climate.downstairs
|
entity_id: climate.downstairs
|
||||||
value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"
|
value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"
|
Reference in New Issue
Block a user