Add bedtime mode on tablet dashboard

This commit is contained in:
Georgi Gardev
2023-05-19 20:18:33 +03:00
parent d5362d5807
commit ce08224650
@@ -106,13 +106,18 @@ card:
entity: input_boolean.guest_mode entity: input_boolean.guest_mode
tap_action: tap_action:
action: toggle action: toggle
- type: custom:button-card
template: [v3_button, v3_tablet_button]
entity: input_select.bedroom_mode
name: Mode
icon: mdi:bed
tap_action:
action: call-service
service: script.toggle_bedroom_mode
- type: custom:button-card - type: custom:button-card
template: [v3_button_tv, v3_tablet_button] template: [v3_button_tv, v3_tablet_button]
entity: media_player.living_room_tv entity: media_player.living_room_tv
name: TV name: TV
- type: custom:button-card
template: v3_tablet_button
entity: switch.cadmium
- type: horizontal-stack - type: horizontal-stack
cards: cards:
- type: custom:button-card - type: custom:button-card