mirror of
https://github.com/GeorgeSG/sarah.git
synced 2025-12-28 20:30:29 +00:00
Add hallway_motion_2
This commit is contained in:
@@ -70,6 +70,8 @@ cards:
|
||||
entity: sensor.hallway_weather_battery
|
||||
- type: custom:battery-entity-row
|
||||
entity: sensor.hallway_motion_battery
|
||||
- type: custom:battery-entity-row
|
||||
entity: sensor.hallway_motion_2_battery
|
||||
- type: custom:battery-entity-row
|
||||
entity: sensor.bathroom_motion_battery
|
||||
- type: custom:battery-entity-row
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
- type: custom:decluttering-card
|
||||
template: floorplan_state_icon
|
||||
variables:
|
||||
- entity: binary_sensor.hallway_motion_occupancy
|
||||
- entity: group.hallway_motion
|
||||
- top: 34%
|
||||
- left: 54%
|
||||
- tap_action:
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
name: Front door
|
||||
- type: custom:button-card
|
||||
template: v3_chip_name
|
||||
entity: binary_sensor.hallway_motion_occupancy
|
||||
entity: group.hallway_motion
|
||||
name: Motion
|
||||
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ automation:
|
||||
|
||||
- sensor.hallway_weather_battery
|
||||
- sensor.hallway_motion_battery
|
||||
- sensor.hallway_motion_2_battery
|
||||
|
||||
- sensor.guest_bedroom_weather_battery
|
||||
- sensor.terrarium_weather_battery
|
||||
|
||||
@@ -74,6 +74,7 @@ homekit:
|
||||
- light.hallway_entrance
|
||||
- light.hallway_main
|
||||
- binary_sensor.hallway_motion_occupancy
|
||||
- binary_sensor.hallway_motion_2_occupancy
|
||||
- group.hallway_motion
|
||||
- sensor.hallway_weather_temperature
|
||||
- sensor.hallway_weather_humidity
|
||||
|
||||
@@ -3,6 +3,7 @@ group:
|
||||
name: All motion_sensors
|
||||
entities:
|
||||
- binary_sensor.hallway_motion_occupancy
|
||||
- binary_sensor.hallway_motion_2_occupancy
|
||||
- binary_sensor.bathroom_motion_occupancy
|
||||
- binary_sensor.kitchen_motion_occupancy
|
||||
- binary_sensor.multisensor_motion
|
||||
@@ -11,3 +12,4 @@ group:
|
||||
name: Hallway Motion
|
||||
entities:
|
||||
- binary_sensor.hallway_motion_occupancy
|
||||
- binary_sensor.hallway_motion_2_occupancy
|
||||
|
||||
@@ -170,6 +170,8 @@ devices:
|
||||
friendly_name: '0x086bd7fffe075b7d'
|
||||
'0x54ef441000818477':
|
||||
friendly_name: bathroom_wall_switch
|
||||
'0x54ef4410008381ee':
|
||||
friendly_name: hallway_motion_2
|
||||
groups:
|
||||
'1':
|
||||
friendly_name: kitchen_main
|
||||
|
||||
Reference in New Issue
Block a user