mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
Add motion sensors for testing
This commit is contained in:
@@ -136,3 +136,7 @@ cards:
|
||||
entity: sensor.cube_power
|
||||
- type: custom:battery-entity
|
||||
entity: sensor.master_bedroom_bedside_switch_power
|
||||
- type: custom:battery-entity
|
||||
entity: sensor.motion_1_power
|
||||
- type: custom:battery-entity
|
||||
entity: sensor.motion_2_power
|
||||
|
||||
@@ -2,6 +2,20 @@ title: test
|
||||
path: test
|
||||
badges: []
|
||||
cards:
|
||||
- type: glance
|
||||
entities:
|
||||
- entity: binary_sensor.motion_1_ias_zone
|
||||
- entity: sensor.motion_1_illuminance
|
||||
- entity: binary_sensor.motion_1_occupancy
|
||||
- entity: sensor.motion_1_power
|
||||
|
||||
- type: glance
|
||||
entities:
|
||||
- entity: binary_sensor.motion_2_ias_zone
|
||||
- entity: sensor.motion_2_illuminance
|
||||
- entity: binary_sensor.motion_2_occupancy
|
||||
- entity: sensor.motion_2_power
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: sensor.cube_analog_input
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
|
||||
#
|
||||
|
||||
homeassistant:
|
||||
customize:
|
||||
binary_sensor.motion_1_ias_zone:
|
||||
friendly_name: Motion Sensor 1 ias zone
|
||||
sensor.motion_1_illuminance:
|
||||
friendly_name: Motion Sensor 1 Lux
|
||||
binary_sensor.motion_1_occupancy:
|
||||
friendly_name: Motion Sensor 1 Occupancy
|
||||
sensor.motion_1_power:
|
||||
friendly_name: Motion Sensor 1 Battery
|
||||
|
||||
binary_sensor.motion_2_ias_zone:
|
||||
friendly_name: Motion Sensor 2 ias zone
|
||||
sensor.motion_2_illuminance:
|
||||
friendly_name: Motion Sensor 2 Lux
|
||||
binary_sensor.motion_2_occupancy:
|
||||
friendly_name: Motion Sensor 2 Occupancy
|
||||
sensor.motion_2_power:
|
||||
friendly_name: Motion Sensor 2 Battery
|
||||
Reference in New Issue
Block a user