mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Add browser_mod config for kitchen. Automate based on it
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
- type: custom:decluttering-card
|
||||
template: floorplan_state_icon
|
||||
variables:
|
||||
- entity: binary_sensor.motion_1_ias_zone
|
||||
- entity: binary_sensor.browser_kitchen
|
||||
- top: 34%
|
||||
- left: 27%
|
||||
- tap_action:
|
||||
|
||||
@@ -47,10 +47,10 @@ cards:
|
||||
- type: glance
|
||||
title: Sensors
|
||||
entities:
|
||||
- entity: binary_sensor.browser_kitchen
|
||||
- entity: binary_sensor.motion_1_ias_zone
|
||||
- entity: sensor.motion_1_illuminance
|
||||
- entity: binary_sensor.motion_1_occupancy
|
||||
- entity: sensor.motion_1_power
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
points_per_hour: 1
|
||||
|
||||
@@ -50,13 +50,18 @@ cards:
|
||||
- automation.lighting_turn_on_ceiling_lights_after_sunset
|
||||
- automation.lighting_turn_off_all_lights_after_sunrise
|
||||
- automation.lighting_adjust_temperature_on_start
|
||||
- automation.lighting_master_bedroom_toggle_lights_on_bedside_switch_single_click
|
||||
- automation.lighting_master_bedroom_adjust_temperature_based_on_time
|
||||
- type: divider
|
||||
- automation.lighting_living_room_adjust_temperature_based_on_time
|
||||
- automation.lighting_living_room_turn_all_lights_on_on_magic_cube_flip_90
|
||||
- automation.lighting_living_room_turn_all_lights_off_on_magic_cube_flip_180
|
||||
- automation.lighting_night_mode_kitchen_turn_lights_on_motion
|
||||
- automation.lighting_night_mode_hallway_turn_lights_on_motion
|
||||
- automation.lighting_master_bedroom_toggle_lights_on_bedside_switch_single_click
|
||||
- automation.lighting_master_bedroom_adjust_temperature_based_on_time
|
||||
- automation.lighting_kitchen_day_mode_motion_turn_lights_on_after_sunset
|
||||
- automation.lighting_kitchen_day_mode_motion_turn_lights_off
|
||||
- automation.lighting_kitchen_night_mode_motion_turn_lights_on
|
||||
- automation.lighting_kitchen_night_mode_motion_turn_lights_off
|
||||
- automation.lighting_hallway_night_mode_motion_turn_lights_on
|
||||
- automation.lighting_hallway_night_mode_motion_turn_lights_off
|
||||
- automation.lighting_sync_tasmota_states_on_start_up
|
||||
|
||||
- type: divider
|
||||
@@ -177,6 +182,23 @@ cards:
|
||||
- automation.speech_telegram_action_do_nothing
|
||||
- automation.ifttt_call_service
|
||||
|
||||
- type: divider
|
||||
|
||||
# Browser mod
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
type: custom:dummy-entity-row
|
||||
entity: sun.sun
|
||||
icon: mdi:google-chrome
|
||||
name: Browser mod
|
||||
tap_action: none
|
||||
entities:
|
||||
- automation.browser_mod_kitchen_night_brightness
|
||||
- automation.browser_mod_kitchen_day_brightness
|
||||
- automation.browser_mod_kitchen_home
|
||||
- automation.browser_mod_kitchen_away
|
||||
|
||||
|
||||
- type: entities
|
||||
title: Batteries
|
||||
show_header_toggle: false
|
||||
|
||||
Reference in New Issue
Block a user