mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
Use bha custom icons
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
url: /hacsfiles/custom-header/custom-header.js
|
||||
- type: module
|
||||
url: /hacsfiles/decluttering-card/decluttering-card.js
|
||||
- type: module
|
||||
url: /hacsfiles/hass-bha-icons/hass-bha-icons.js
|
||||
- type: module
|
||||
url: /hacsfiles/light-entity-card/light-entity-card.js
|
||||
- type: module
|
||||
|
||||
@@ -84,22 +84,24 @@ light:
|
||||
homeassistant:
|
||||
customize:
|
||||
light.living_room_main_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.living_room_all_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.master_bedroom_main_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.kitchen_main_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.hallway_entrance_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.hallway_main_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.hallway_all_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.tuya_hallway_all_lights:
|
||||
icon: mdi:vanity-light
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
light.ceiling_lights:
|
||||
icon: mdi:ceiling-light
|
||||
light.pc:
|
||||
icon: mdi:ceiling-light
|
||||
icon: bha:outdoor-lamp-variant
|
||||
light.bedside_light:
|
||||
icon: mdi:desk-lamp
|
||||
|
||||
@@ -20,7 +20,7 @@ light:
|
||||
tuya_living_room_main_lights:
|
||||
friendly_name: Living room main lights (scene)
|
||||
value_template: "{{ is_state('input_boolean.tuya_living_room_main_lights_state', 'on') }}"
|
||||
icon_template: mdi:vanity-light
|
||||
icon_template: bha:ceiling-lamp-plafond
|
||||
turn_on:
|
||||
service: input_boolean.turn_on
|
||||
data:
|
||||
@@ -33,7 +33,7 @@ light:
|
||||
tuya_kitchen_main_lights:
|
||||
friendly_name: Kitchen main lights (scene)
|
||||
value_template: "{{ is_state('input_boolean.tuya_kitchen_main_lights_state', 'on') }}"
|
||||
icon_template: mdi:vanity-light
|
||||
icon_template: bha:ceiling-lamp-plafond
|
||||
turn_on:
|
||||
service: input_boolean.turn_on
|
||||
data:
|
||||
@@ -46,7 +46,7 @@ light:
|
||||
tuya_hallway_main_lights:
|
||||
friendly_name: Hallway main lights (scene)
|
||||
value_template: "{{ is_state('input_boolean.tuya_hallway_main_lights_state', 'on') }}"
|
||||
icon_template: mdi:vanity-light
|
||||
icon_template: bha:ceiling-lamp-plafond
|
||||
turn_on:
|
||||
service: input_boolean.turn_on
|
||||
data:
|
||||
@@ -59,7 +59,7 @@ light:
|
||||
tuya_hallway_entrance_lights:
|
||||
friendly_name: Entrance lights (scene)
|
||||
value_template: "{{ is_state('input_boolean.tuya_hallway_entrance_lights_state', 'on') }}"
|
||||
icon_template: mdi:vanity-light
|
||||
icon_template: bha:ceiling-lamp-plafond
|
||||
turn_on:
|
||||
service: input_boolean.turn_on
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user