Add motion sensors for testing

This commit is contained in:
2020-03-25 23:36:45 +02:00
parent 3361fdd9d9
commit 57d9368dd4
3 changed files with 41 additions and 0 deletions
+4
View File
@@ -136,3 +136,7 @@ cards:
entity: sensor.cube_power entity: sensor.cube_power
- type: custom:battery-entity - type: custom:battery-entity
entity: sensor.master_bedroom_bedside_switch_power 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
+14
View File
@@ -2,6 +2,20 @@ title: test
path: test path: test
badges: [] badges: []
cards: 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 - type: entities
entities: entities:
- entity: sensor.cube_analog_input - entity: sensor.cube_analog_input
+23
View File
@@ -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