Move desk sensor to hallway. Group up

This commit is contained in:
2021-03-27 17:15:44 +02:00
parent 29ab0aed62
commit e46b35d797
7 changed files with 24 additions and 35 deletions
@@ -124,7 +124,7 @@
- player: media_player.living_room
- player_name: Living room
- type: vertical-stack
title: Camera
title: Camera
cards:
- type: picture-glance
camera_image: camera.mercury_amcrest_1
@@ -141,17 +141,13 @@
template: default
entity: binary_sensor.living_room_right_window
name: Window
- type: custom:button-card
template: default
entity: binary_sensor.trisensor_motion
name: Desk
- type: custom:button-card
template: default
entity: binary_sensor.multisensor_motion
name: Door
- type: custom:button-card
template: [default, with_state_indicator]
entity: binary_sensor.hallway_motion_occupancy
entity: group.hallway_motion
name: Hallway
variables:
state_indicator_id: automation.lighting_hallway_motion_on
@@ -160,11 +156,11 @@
template: climate_card
variables:
- title: "Climate"
- main_entity: sensor.trisensor_temperature
- left_entity: sensor.multisensor_6_temperature
- left_name: Temperature (6)
- right_entity: sensor.multisensor_6_relative_humidity
- right_name: Humidity (6)
- main_entity: sensor.multisensor_6_temperature
- left_entity: sensor.multisensor_6_relative_humidity
- left_name: Humidity (6)
- right_entity: sensor.multisensor_6_luminance
- right_name: Luminance (6)
- type: custom:button-card
template: [regular, progress]