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'
|
||||
action:
|
||||
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'
|
||||
trigger:
|
||||
|
@ -74,7 +74,7 @@
|
|||
at: '07:00:00'
|
||||
action:
|
||||
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
|
||||
trigger:
|
||||
|
|
|
@ -33,9 +33,9 @@
|
|||
#binary_sensor.aeotec_zw112_door_window_sensor_6_sensor:
|
||||
# friendly_name: Back Door
|
||||
|
||||
sensor.hera_battery_state:
|
||||
sensor.europa_battery_state:
|
||||
hidden: true
|
||||
sensor.hera_battery_level:
|
||||
sensor.europa_battery_level:
|
||||
hidden: true
|
||||
sensor.bcc6_battery_state:
|
||||
hidden: true
|
||||
|
@ -59,19 +59,19 @@
|
|||
|
||||
device_tracker.bcc6:
|
||||
friendly_name: Ben's Phone
|
||||
device_tracker.hera:
|
||||
device_tracker.europa:
|
||||
friendly_name: Lizzie's Phone
|
||||
|
||||
sensor.hall_motion:
|
||||
icon: mdi:run
|
||||
|
||||
switch.aeotec_zw096_smart_switch_6_switch:
|
||||
switch.aeotec_zw096_smart_switch_6_switch_2:
|
||||
friendly_name: Christmas Lights
|
||||
sensor.aeotec_zw096_smart_switch_6_energy:
|
||||
sensor.aeotec_zw096_smart_switch_6_energy_2:
|
||||
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
|
||||
sensor.aeotec_zw096_smart_switch_6_voltage:
|
||||
sensor.aeotec_zw096_smart_switch_6_voltage_2:
|
||||
friendly_name: Mains Voltage
|
||||
|
||||
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_sofa
|
||||
- light.living_room_window
|
||||
- switch.aeotec_zw096_smart_switch_6_switch
|
||||
- sensor.aeotec_zw096_smart_switch_6_energy
|
||||
- sensor.aeotec_zw096_smart_switch_6_power
|
||||
- sensor.aeotec_zw096_smart_switch_6_voltage
|
||||
- switch.aeotec_zw096_smart_switch_6_switch_2
|
||||
- sensor.aeotec_zw096_smart_switch_6_energy_2
|
||||
- sensor.aeotec_zw096_smart_switch_6_power_2
|
||||
- sensor.aeotec_zw096_smart_switch_6_voltage_2
|
||||
|
||||
|
||||
Nova:
|
||||
|
@ -54,7 +54,7 @@ Security:
|
|||
|
||||
Presence:
|
||||
- device_tracker.bcc6
|
||||
- device_tracker.hera
|
||||
- device_tracker.europa
|
||||
|
||||
Batteries:
|
||||
- sensor.batt_frontdoor
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
platform: group
|
||||
services:
|
||||
- service: ios_bcc6
|
||||
- service: ios_hera
|
||||
- service: ios_europa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue