mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 18:08:04 +00:00
New Names and Custom Icons
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.outdoor' }}"
|
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
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.new_state.state == 'on' }}"
|
value_template: "{{ trigger.event.data.new_state.state == 'on' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
@@ -102,6 +106,10 @@
|
|||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.outdoor' }}"
|
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
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.new_state.state == 'on' }}"
|
value_template: "{{ trigger.event.data.new_state.state == 'on' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
|
|||||||
@@ -12,6 +12,11 @@ sensor.alexa_echo:
|
|||||||
icon: mdi:amazon
|
icon: mdi:amazon
|
||||||
device_tracker.alexa_echo:
|
device_tracker.alexa_echo:
|
||||||
hidden: true
|
hidden: true
|
||||||
|
|
||||||
|
sensor.amazon_dot:
|
||||||
|
icon: mdi:amazon
|
||||||
|
device_tracker.amazon_dot:
|
||||||
|
hidden: true
|
||||||
|
|
||||||
sensor.skybell:
|
sensor.skybell:
|
||||||
icon: mdi:camera-front
|
icon: mdi:camera-front
|
||||||
|
|||||||
@@ -14,4 +14,16 @@ media_player.roku_2N006T621680:
|
|||||||
device_tracker.tablotv:
|
device_tracker.tablotv:
|
||||||
hidden: true
|
hidden: true
|
||||||
sensor.tablotv:
|
sensor.tablotv:
|
||||||
icon: mdi:television-guide
|
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
|
||||||
@@ -25,7 +25,10 @@ climate.downstairs:
|
|||||||
climate.upstairs:
|
climate.upstairs:
|
||||||
friendly_name: 'Nest Upstairs'
|
friendly_name: 'Nest Upstairs'
|
||||||
icon: mdi:air-conditioner
|
icon: mdi:air-conditioner
|
||||||
|
sensor.nest_downstairs:
|
||||||
|
icon: mdi:air-conditioner
|
||||||
|
sensor.nest_upstairs:
|
||||||
|
icon: mdi:air-conditioner
|
||||||
sensor.downstairs_humidity:
|
sensor.downstairs_humidity:
|
||||||
icon: mdi:water-percent
|
icon: mdi:water-percent
|
||||||
sensor.upstairs_humidity:
|
sensor.upstairs_humidity:
|
||||||
@@ -40,4 +43,5 @@ sensor.downstairs_away_mode:
|
|||||||
## Sun Section
|
## Sun Section
|
||||||
###################################
|
###################################
|
||||||
sun.sun:
|
sun.sun:
|
||||||
hidden: true
|
hidden: true
|
||||||
|
|
||||||
Reference in New Issue
Block a user