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