device id changes
This commit is contained in:
parent
fc4135346a
commit
1bcb96d390
4 changed files with 15 additions and 15 deletions
|
@ -66,7 +66,7 @@
|
||||||
at: '00:30:00'
|
at: '00:30:00'
|
||||||
action:
|
action:
|
||||||
service: switch.turn_off
|
service: switch.turn_off
|
||||||
entity_id: switch.aeotec_zw096_smart_switch_6_switch
|
entity_id: switch.aeotec_zw096_smart_switch_6_switch_2
|
||||||
|
|
||||||
- alias: 'Christmas Lights On'
|
- alias: 'Christmas Lights On'
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
at: '07:00:00'
|
at: '07:00:00'
|
||||||
action:
|
action:
|
||||||
service: switch.turn_on
|
service: switch.turn_on
|
||||||
entity_id: switch.aeotec_zw096_smart_switch_6_switch
|
entity_id: switch.aeotec_zw096_smart_switch_6_switch_2
|
||||||
|
|
||||||
- alias: PIR Arm
|
- alias: PIR Arm
|
||||||
trigger:
|
trigger:
|
||||||
|
|
|
@ -33,9 +33,9 @@
|
||||||
#binary_sensor.aeotec_zw112_door_window_sensor_6_sensor:
|
#binary_sensor.aeotec_zw112_door_window_sensor_6_sensor:
|
||||||
# friendly_name: Back Door
|
# friendly_name: Back Door
|
||||||
|
|
||||||
sensor.hera_battery_state:
|
sensor.europa_battery_state:
|
||||||
hidden: true
|
hidden: true
|
||||||
sensor.hera_battery_level:
|
sensor.europa_battery_level:
|
||||||
hidden: true
|
hidden: true
|
||||||
sensor.bcc6_battery_state:
|
sensor.bcc6_battery_state:
|
||||||
hidden: true
|
hidden: true
|
||||||
|
@ -59,19 +59,19 @@
|
||||||
|
|
||||||
device_tracker.bcc6:
|
device_tracker.bcc6:
|
||||||
friendly_name: Ben's Phone
|
friendly_name: Ben's Phone
|
||||||
device_tracker.hera:
|
device_tracker.europa:
|
||||||
friendly_name: Lizzie's Phone
|
friendly_name: Lizzie's Phone
|
||||||
|
|
||||||
sensor.hall_motion:
|
sensor.hall_motion:
|
||||||
icon: mdi:run
|
icon: mdi:run
|
||||||
|
|
||||||
switch.aeotec_zw096_smart_switch_6_switch:
|
switch.aeotec_zw096_smart_switch_6_switch_2:
|
||||||
friendly_name: Christmas Lights
|
friendly_name: Christmas Lights
|
||||||
sensor.aeotec_zw096_smart_switch_6_energy:
|
sensor.aeotec_zw096_smart_switch_6_energy_2:
|
||||||
friendly_name: Christmas Lights Usage
|
friendly_name: Christmas Lights Usage
|
||||||
sensor.aeotec_zw096_smart_switch_6_power:
|
sensor.aeotec_zw096_smart_switch_6_power_2:
|
||||||
friendly_name: Christmas Lights Power
|
friendly_name: Christmas Lights Power
|
||||||
sensor.aeotec_zw096_smart_switch_6_voltage:
|
sensor.aeotec_zw096_smart_switch_6_voltage_2:
|
||||||
friendly_name: Mains Voltage
|
friendly_name: Mains Voltage
|
||||||
|
|
||||||
binary_sensor.fibaro_system_fgfs101_flood_sensor_flood:
|
binary_sensor.fibaro_system_fgfs101_flood_sensor_flood:
|
||||||
|
|
10
groups.yaml
10
groups.yaml
|
@ -32,10 +32,10 @@ Living Room:
|
||||||
- light.living_room
|
- light.living_room
|
||||||
- light.living_room_sofa
|
- light.living_room_sofa
|
||||||
- light.living_room_window
|
- light.living_room_window
|
||||||
- switch.aeotec_zw096_smart_switch_6_switch
|
- switch.aeotec_zw096_smart_switch_6_switch_2
|
||||||
- sensor.aeotec_zw096_smart_switch_6_energy
|
- sensor.aeotec_zw096_smart_switch_6_energy_2
|
||||||
- sensor.aeotec_zw096_smart_switch_6_power
|
- sensor.aeotec_zw096_smart_switch_6_power_2
|
||||||
- sensor.aeotec_zw096_smart_switch_6_voltage
|
- sensor.aeotec_zw096_smart_switch_6_voltage_2
|
||||||
|
|
||||||
|
|
||||||
Nova:
|
Nova:
|
||||||
|
@ -54,7 +54,7 @@ Security:
|
||||||
|
|
||||||
Presence:
|
Presence:
|
||||||
- device_tracker.bcc6
|
- device_tracker.bcc6
|
||||||
- device_tracker.hera
|
- device_tracker.europa
|
||||||
|
|
||||||
Batteries:
|
Batteries:
|
||||||
- sensor.batt_frontdoor
|
- sensor.batt_frontdoor
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
- service: ios_bcc6
|
- service: ios_bcc6
|
||||||
- service: ios_hera
|
- service: ios_europa
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue