diff --git a/lovelace/00_home.yaml b/lovelace/00_home.yaml index 8369a29..e1d006a 100644 --- a/lovelace/00_home.yaml +++ b/lovelace/00_home.yaml @@ -12,20 +12,33 @@ cards: entities: - type: custom:fold-entity-row head: - entity: light.living_room_all_lights - name: Living room + entity: light.living_room_main_lights + name: Living Room Main Lights + toggle: true entities: - - type: custom:fold-entity-row - head: - entity: light.living_room_main_lights - name: Main lights - entities: - - light.living_room_1 - - light.living_room_2 - - light.living_room_3 - - light.living_room_4 - - light.pc - - entity: light.bedside_light + - type: custom:slider-entity-row + entity: light.living_room_main_lights + name: Brightness + hide_state: true + step: 5 + - type: custom:slider-entity-row + entity: light.living_room_main_lights + name: Temperature + attribute: color_temp + hide_state: true + step: 100 + - light.living_room_1 + - light.living_room_2 + - light.living_room_3 + - light.living_room_4 + - type: custom:slider-entity-row + entity: light.pc + toggle: true + step: 5 + - type: custom:slider-entity-row + entity: light.bedside_light + toggle: true + step: 5 - type: entities title: Devices diff --git a/lovelace/01_living_room.yaml b/lovelace/01_living_room.yaml index 82a6f7d..4f2f513 100644 --- a/lovelace/01_living_room.yaml +++ b/lovelace/01_living_room.yaml @@ -9,18 +9,35 @@ cards: title: Lights show_header_toggle: false entities: - - entity: light.living_room_all_lights + - type: custom:slider-entity-row + entity: light.living_room_all_lights name: All lights + toggle: true + step: 5 - type: custom:fold-entity-row head: + type: custom:slider-entity-row entity: light.living_room_main_lights name: Main lights + toggle: true + step: 5 entities: + - type: custom:slider-entity-row + entity: light.living_room_main_lights + name: Temperature + attribute: color_temp + hide_state: true + min: 0 + max: 1000 + step: 5 - light.living_room_1 - light.living_room_2 - light.living_room_3 - light.living_room_4 - - entity: light.pc + - type: custom:slider-entity-row + entity: light.pc + toggle: true + step: 5 - type: "custom:mini-media-player" artwork: cover