mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +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' }}"
|
||||
- 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
|
||||
|
@@ -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
|
||||
|
@@ -14,4 +14,16 @@ media_player.roku_2N006T621680:
|
||||
device_tracker.tablotv:
|
||||
hidden: true
|
||||
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:
|
||||
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
|
||||
hidden: true
|
||||
|
Reference in New Issue
Block a user