diff --git a/config/lovelace/07_system.yaml b/config/lovelace/07_system.yaml index 1009fba..24c2902 100644 --- a/config/lovelace/07_system.yaml +++ b/config/lovelace/07_system.yaml @@ -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 diff --git a/config/lovelace/09_test.yaml b/config/lovelace/09_test.yaml index 95b019c..c29da31 100644 --- a/config/lovelace/09_test.yaml +++ b/config/lovelace/09_test.yaml @@ -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 diff --git a/config/packages/sensors/motion.yaml b/config/packages/sensors/motion.yaml new file mode 100644 index 0000000..5206805 --- /dev/null +++ b/config/packages/sensors/motion.yaml @@ -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