mirror of
https://github.com/GeorgeSG/sarah.git
synced 2025-12-28 20:30:29 +00:00
Add bathroom controls
This commit is contained in:
@@ -129,7 +129,7 @@ card:
|
||||
service: script.toshiba_ac_toggle
|
||||
- type: custom:button-card
|
||||
template: [v3_button_radiator, v3_tablet_button]
|
||||
entity: climate.living_room_radiator_mode
|
||||
entity: climate.living_room_valve
|
||||
name: "Living room"
|
||||
- type: custom:button-card
|
||||
template: [v3_button_radiator, v3_tablet_button]
|
||||
@@ -239,6 +239,10 @@ card:
|
||||
name: Kitchen
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_xs_button
|
||||
entity: light.bathroom
|
||||
name: Bath
|
||||
- type: custom:button-card
|
||||
template: v3_xs_button
|
||||
entity: light.hallway_main
|
||||
|
||||
@@ -208,6 +208,10 @@ card:
|
||||
name: Kitchen
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.bathroom
|
||||
name: Bath
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.hallway_main
|
||||
|
||||
@@ -22,12 +22,27 @@
|
||||
template: v3_chip
|
||||
entity: sensor.bathroom_weather_humidity
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Lights
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: light.bathroom
|
||||
name: Light
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Devices
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: fan.bathroom
|
||||
name: Fan
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: media_player.bathroom
|
||||
|
||||
@@ -141,6 +141,7 @@ script:
|
||||
- light.master_bedroom_main
|
||||
- light.bedside
|
||||
|
||||
- light.bathroom
|
||||
- light.hallway
|
||||
- light.kitchen
|
||||
|
||||
|
||||
@@ -62,6 +62,8 @@ homekit:
|
||||
- vacuum.vacuum
|
||||
|
||||
# Bathroom
|
||||
- light.bathroom
|
||||
- fan.bathroom
|
||||
- media_player.bathroom
|
||||
- sensor.bathroom_weather_temperature
|
||||
- sensor.bathroom_weather_humidity
|
||||
|
||||
@@ -40,10 +40,12 @@ script:
|
||||
- light.kitchen
|
||||
- light.hallway
|
||||
- light.tradfri_large
|
||||
- light.bathroom
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
- switch.cadmium
|
||||
- group.all_radiators
|
||||
- fan.bathroom
|
||||
|
||||
- service: script.browsers_low
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ script:
|
||||
- climate.toshiba_ac
|
||||
- group.all_radiators
|
||||
- fan.philips_airpurifier
|
||||
- fan.bathroom
|
||||
|
||||
- service: media_player.media_stop
|
||||
entity_id:
|
||||
|
||||
Reference in New Issue
Block a user