diff --git a/automation/detect_and_adjust_lights.yaml b/automation/detect_and_adjust_lights.yaml index 4028371a..46df5907 100755 --- a/automation/detect_and_adjust_lights.yaml +++ b/automation/detect_and_adjust_lights.yaml @@ -23,6 +23,10 @@ value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}" - condition: template value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.outdoor' }}" + - condition: template + value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}" + - condition: template + value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.garage' }}" - condition: template value_template: "{{ trigger.event.data.new_state.state == 'on' }}" - condition: template @@ -102,6 +106,10 @@ value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}" - condition: template value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.outdoor' }}" + - condition: template + value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}" + - condition: template + value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.garage' }}" - condition: template value_template: "{{ trigger.event.data.new_state.state == 'on' }}" - condition: template diff --git a/customize/others.yaml b/customize/others.yaml index 41bdac0b..59d6a692 100755 --- a/customize/others.yaml +++ b/customize/others.yaml @@ -12,6 +12,11 @@ sensor.alexa_echo: icon: mdi:amazon device_tracker.alexa_echo: hidden: true + +sensor.amazon_dot: + icon: mdi:amazon +device_tracker.amazon_dot: + hidden: true sensor.skybell: icon: mdi:camera-front diff --git a/customize/tv_devices.yaml b/customize/tv_devices.yaml index 2340e76d..8503c645 100755 --- a/customize/tv_devices.yaml +++ b/customize/tv_devices.yaml @@ -14,4 +14,16 @@ media_player.roku_2N006T621680: device_tracker.tablotv: hidden: true sensor.tablotv: - icon: mdi:television-guide \ No newline at end of file + icon: mdi:television-guide + +################################### +## ChromeCast Section +################################### +device_tracker.chromecast_audio_1: + hidden: true +device_tracker.chromecast_audio_2: + hidden: true +sensor.chromecast_audio_1: + icon: mdi:music-circle +sensor.chromecast_audio_2: + icon: mdi:music-circle \ No newline at end of file diff --git a/customize/weather.yaml b/customize/weather.yaml index a674b91e..a890537d 100755 --- a/customize/weather.yaml +++ b/customize/weather.yaml @@ -25,7 +25,10 @@ climate.downstairs: climate.upstairs: friendly_name: 'Nest Upstairs' icon: mdi:air-conditioner - +sensor.nest_downstairs: + icon: mdi:air-conditioner +sensor.nest_upstairs: + icon: mdi:air-conditioner sensor.downstairs_humidity: icon: mdi:water-percent sensor.upstairs_humidity: @@ -40,4 +43,5 @@ sensor.downstairs_away_mode: ## Sun Section ################################### sun.sun: - hidden: true \ No newline at end of file + hidden: true + \ No newline at end of file