mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-15 14:16:08 +00:00
Fix lights so Alexa doesn't get confused.
This commit is contained in:
parent
01768d0ef1
commit
0d1ee35bdd
@ -1,4 +1,15 @@
|
||||
|
||||
- alias: turn_it_off_after_10m
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: light.bedroom
|
||||
state: 'on'
|
||||
for: '00:10:00'
|
||||
condition:
|
||||
...
|
||||
action:
|
||||
- service: light.turn_off
|
||||
data_template:
|
||||
entity_id: "{{ trigger.entity_id }}"
|
||||
|
||||
|
||||
- alias: 'Get Random Time'
|
||||
|
@ -27,10 +27,10 @@
|
||||
entity_id:
|
||||
- group.living_room_accents
|
||||
- light.living_room_slider
|
||||
- light.foyer_door_light
|
||||
- light.kitchen_fridge_light
|
||||
- light.kitchen_sink_light
|
||||
- light.foyer_door
|
||||
- light.kitchen_fridge
|
||||
- light.kitchen_sink
|
||||
- light.living_room_front_right
|
||||
data:
|
||||
brightness: 200
|
||||
brightness: 150
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
- platform: nmap_tracker
|
||||
hosts: 192.168.10.50-254
|
||||
hosts: 192.168.10.100-250
|
||||
track_new_devices: no
|
||||
# consider_home: 1800 - Added to known_devices.yaml instead on a device by device basis.
|
@ -1,5 +1,4 @@
|
||||
home_modes:
|
||||
entities:
|
||||
- input_boolean.guest_mode
|
||||
- automation.goodnight__away_mode
|
||||
- scene.living_room_tv_time
|
||||
|
@ -1,17 +1,17 @@
|
||||
Bedroom:
|
||||
entities:
|
||||
- light.bedroom_stacey_light
|
||||
- light.bedroom
|
||||
|
||||
Kitchen:
|
||||
entities:
|
||||
- light.kitchen_light_1
|
||||
- light.kitchen_light_2
|
||||
- light.kitchen_light_3
|
||||
- light.kitchen_light_4
|
||||
- light.kitchen_light_5
|
||||
- light.kitchen_light_6
|
||||
- light.kitchen_sink_light
|
||||
- light.kitchen_fridge_light
|
||||
- light.kitchen_1
|
||||
- light.kitchen_2
|
||||
- light.kitchen_3
|
||||
- light.kitchen_4
|
||||
- light.kitchen_5
|
||||
- light.kitchen_6
|
||||
- light.kitchen_sink
|
||||
- light.kitchen_fridge
|
||||
|
||||
Living Room:
|
||||
entities:
|
||||
@ -23,14 +23,14 @@ Living Room:
|
||||
|
||||
Living Room Accents:
|
||||
entities:
|
||||
- light.living_room_couch_1
|
||||
- light.living_room_couch_2
|
||||
- light.couch_tv_light
|
||||
- light.couch_1
|
||||
- light.couch_2
|
||||
- light.couch_tv
|
||||
|
||||
Dinette:
|
||||
entities:
|
||||
- light.dinette_light_1
|
||||
- light.dinette_light_2
|
||||
- light.dinette_1
|
||||
- light.dinette_2
|
||||
|
||||
Den:
|
||||
entities:
|
||||
@ -38,8 +38,8 @@ Den:
|
||||
|
||||
Foyer:
|
||||
entities:
|
||||
- light.foyer_door_light
|
||||
- light.foyer_light
|
||||
- light.foyer_door
|
||||
- light.foyer
|
||||
|
||||
Office:
|
||||
entities:
|
||||
@ -49,3 +49,9 @@ Upstairs:
|
||||
entities:
|
||||
- light.upstairs_lamp
|
||||
|
||||
Dining_Room:
|
||||
entities:
|
||||
- light.sconce_1
|
||||
- light.sconce_2
|
||||
- light.sconce_3
|
||||
- light.sconce_4
|
||||
|
@ -23,17 +23,17 @@
|
||||
state: on
|
||||
transition: 40
|
||||
brightness: 1
|
||||
light.living_room_couch_1:
|
||||
light.couch_1:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.6621,0.3023]
|
||||
brightness: 255
|
||||
light.living_room_couch_2:
|
||||
light.couch_2:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.6621,0.3023]
|
||||
brightness: 255
|
||||
light.couch_tv_light:
|
||||
light.couch_tv:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.6621,0.3023]
|
||||
|
Loading…
x
Reference in New Issue
Block a user