mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
Workaround Tuya lag by using Tuya scenes
This commit is contained in:
@@ -13,8 +13,8 @@ cards:
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.all_lights
|
||||
name: All
|
||||
entity: light.ceiling_lights
|
||||
name: Ceiling
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.living_room_main_lights
|
||||
@@ -25,13 +25,13 @@ cards:
|
||||
name: Bedroom
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.hallway_main_lights
|
||||
entity: light.tuya_hallway_main_lights
|
||||
name: Hallway
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.kitchen_main_lights
|
||||
entity: light.tuya_kitchen_main_lights
|
||||
name: Kitchen
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
@@ -42,7 +42,7 @@ cards:
|
||||
name: Bedside
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.hallway_entrance_lights
|
||||
entity: light.tuya_hallway_entrance_lights
|
||||
name: Entrance
|
||||
|
||||
- type: entities
|
||||
|
||||
@@ -8,7 +8,7 @@ cards:
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: custom:fold-entity-row
|
||||
entity: light.kitchen_main_lights
|
||||
entity: light.tuya_kitchen_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- light.light_le_11
|
||||
|
||||
@@ -7,7 +7,9 @@ cards:
|
||||
title: Lights
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.hallway_all_lights
|
||||
- light.tuya_hallway_all_lights
|
||||
- light.tuya_hallway_entrance_light
|
||||
- light.tuya_hallway_main_lights
|
||||
- type: custom:fold-entity-row
|
||||
entity: light.hallway_entrance_lights
|
||||
name: Entrance lights
|
||||
|
||||
@@ -8,6 +8,8 @@ cards:
|
||||
title: Living room
|
||||
icon: mdi:sofa
|
||||
entities:
|
||||
- light.tuya_living_room_main_lights
|
||||
- type: divider
|
||||
- light.living_room_all_lights
|
||||
- light.living_room_main_lights
|
||||
- light.light_lohas_1
|
||||
@@ -32,6 +34,8 @@ cards:
|
||||
title: Kitchen
|
||||
icon: mdi:chef-hat
|
||||
entities:
|
||||
- light.tuya_kitchen_main_lights
|
||||
- type: divider
|
||||
- light.kitchen_main_lights
|
||||
- light.light_le_11
|
||||
- light.light_le_12
|
||||
@@ -41,6 +45,10 @@ cards:
|
||||
title: Hallway
|
||||
icon: mdi:door-closed
|
||||
entities:
|
||||
- light.tuya_hallway_all_lights
|
||||
- light.tuya_hallway_main_lights
|
||||
- light.tuya_hallway_entrance_lights
|
||||
- type: divider
|
||||
- light.hallway_all_lights
|
||||
- light.hallway_main_lights
|
||||
- light.hallway_entrance_lights
|
||||
|
||||
Reference in New Issue
Block a user