mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
New Kitchen Lights!
This commit is contained in:
@@ -21,6 +21,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
|
|||||||
* [Etekcity Outlets](http://amzn.to/2efNoBP)
|
* [Etekcity Outlets](http://amzn.to/2efNoBP)
|
||||||
* [Door Sensors (AEON Labs)](http://amzn.to/2e3xDxY)
|
* [Door Sensors (AEON Labs)](http://amzn.to/2e3xDxY)
|
||||||
* Nintendo Wii
|
* Nintendo Wii
|
||||||
|
* Emulated Hue to try and get Alexa to see my switches.Not working yet http://carlo-pi:8300/api/12345678901234567890/lights
|
||||||
|
|
||||||
**Automations:**
|
**Automations:**
|
||||||
* SMS and IFTTT Notifications for Offline Devices, BadLogins, HA Startups, new HA versions.
|
* SMS and IFTTT Notifications for Offline Devices, BadLogins, HA Startups, new HA versions.
|
||||||
|
|||||||
@@ -20,5 +20,7 @@
|
|||||||
state: not_home
|
state: not_home
|
||||||
|
|
||||||
action:
|
action:
|
||||||
service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: group.all_lights
|
entity_id: group.all_lights
|
||||||
|
- service: switch.turn_off
|
||||||
|
entity_id: group.all_switches
|
||||||
@@ -24,6 +24,10 @@
|
|||||||
- group.living_room_accents
|
- group.living_room_accents
|
||||||
- light.living_room_slider
|
- light.living_room_slider
|
||||||
- light.dinette_light_1
|
- light.dinette_light_1
|
||||||
|
- light.foyer_door_light
|
||||||
|
- light.kitchen_fridge_light
|
||||||
|
- light.kitchen_sink_light
|
||||||
|
- light.living_room_front_right
|
||||||
data:
|
data:
|
||||||
brightness: 150
|
brightness: 200
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,17 @@ Bedroom:
|
|||||||
entities:
|
entities:
|
||||||
- light.bedroom_stacey_light
|
- light.bedroom_stacey_light
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
Living Room:
|
Living Room:
|
||||||
entities:
|
entities:
|
||||||
- light.living_room_back_left
|
- light.living_room_back_left
|
||||||
@@ -21,10 +32,15 @@ Dinette:
|
|||||||
- light.dinette_light_1
|
- light.dinette_light_1
|
||||||
- light.dinette_light_2
|
- light.dinette_light_2
|
||||||
|
|
||||||
Study:
|
Den:
|
||||||
entities:
|
entities:
|
||||||
- light.front_office_lamp
|
- light.front_office_lamp
|
||||||
|
|
||||||
|
Foyer:
|
||||||
|
entities:
|
||||||
|
- light.foyer_door_light
|
||||||
|
- light.foyer_light
|
||||||
|
|
||||||
Office:
|
Office:
|
||||||
entities:
|
entities:
|
||||||
- light.office_lamp
|
- light.office_lamp
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
- name: Living Room TV Time
|
- name: Living Room TV Time
|
||||||
entities:
|
entities:
|
||||||
light.dinette_light_1:
|
group.dinette:
|
||||||
state: off
|
state: off
|
||||||
transition: 10
|
transition: 10
|
||||||
light.dinette_light_2:
|
group.kitchen:
|
||||||
state: off
|
state: off
|
||||||
transition: 10
|
transition: 10
|
||||||
light.living_room_front_left:
|
light.living_room_front_left:
|
||||||
|
|||||||
Reference in New Issue
Block a user