Add osram lights to config. Add color mode

This commit is contained in:
2021-03-24 19:38:24 +02:00
parent 4e9c4c0a6a
commit d17c1a3652
20 changed files with 339 additions and 175 deletions
@@ -3,6 +3,28 @@ layout: horizontal
max_columns: 2
cards:
# Column 1
- type: horizontal-stack
cards:
- type: custom:button-card
entity: input_select.light_color_mode
name: PRESS ME
tap_action:
action: call-service
service: input_select.select_option
service_data:
entity_id: input_select.light_color_mode
option: "blue"
- type: custom:button-card
name: back to normal pls
entity: input_select.light_color_mode
tap_action:
action: call-service
service: input_select.select_option
service_data:
entity_id: input_select.light_color_mode
option: "normal"
- type: vertical-stack
cards:
- type: custom:button-card
@@ -31,7 +53,7 @@ cards:
name: Main
- type: custom:button-card
template: [small, with_state_background]
entity: light.light_avatar_small_2
entity: light.light_le_8
- type: custom:button-card
template: [small, with_state_background]
entity: light.living_room_ambient
@@ -61,11 +83,11 @@ cards:
cards:
- type: custom:button-card
template: [small, with_state_background]
entity: light.tuya_kitchen
entity: light.kitchen
name: Kitchen
- type: custom:button-card
template: [small, with_state_background]
entity: light.tuya_hallway_main
entity: light.hallway_main
name: Hallway
- type: custom:button-card
template: [small, with_state_background]
@@ -31,7 +31,7 @@ cards:
name: Main
- type: custom:button-card
template: [small, with_state_background]
entity: light.light_avatar_small_2
entity: light.light_le_8
- type: custom:button-card
template: [small, with_state_background]
entity: light.living_room_ambient
@@ -61,11 +61,11 @@ cards:
cards:
- type: custom:button-card
template: [small, with_state_background]
entity: light.tuya_kitchen
entity: light.kitchen
name: Kitchen
- type: custom:button-card
template: [small, with_state_background]
entity: light.tuya_hallway_main
entity: light.hallway_main
name: Hallway
- type: custom:button-card
template: [small, with_state_background]