mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 21:38:40 +00:00
Fixing lights and stuff
This commit is contained in:
parent
c5038433f7
commit
c75ae7b256
@ -4,7 +4,7 @@
|
||||
This is my Home Assistant Configuration created with the All In One installer. I update it pretty regularly.
|
||||
Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0). I've also added a [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2)
|
||||
|
||||
Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](https://github.com/maddox/dasher), SSL via SSLS.com - 5 Bucks A Year!
|
||||
Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](https://github.com/maddox/dasher), SSL via [SSLS](SSLS.com) - 5 Bucks A Year!
|
||||
|
||||
**Devices I have :**
|
||||
* Lots of iOS Devices (iPads, iPods, iPhones)
|
||||
|
@ -32,4 +32,6 @@
|
||||
- service: switch.turn_off
|
||||
entity_id: group.amps
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.foyer_outlet
|
||||
entity_id: switch.foyer_outlet
|
||||
|
||||
|
@ -30,5 +30,5 @@
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.foyer_outlet
|
||||
- service: light.turn_off
|
||||
entity_id: light.outdoor_foyer
|
||||
entity_id: group.outdoor_lights
|
||||
|
@ -25,7 +25,7 @@ Living Room Accents:
|
||||
entities:
|
||||
- light.couch_1
|
||||
- light.tv_light
|
||||
- light.tv_stand
|
||||
- light.tv_stand_light
|
||||
|
||||
Dinette lights:
|
||||
entities:
|
||||
@ -40,7 +40,6 @@ Foyer lights:
|
||||
entities:
|
||||
- light.foyer_door
|
||||
- light.foyer
|
||||
- light.outdoor_foyer
|
||||
|
||||
Office lights:
|
||||
entities:
|
||||
@ -64,6 +63,11 @@ Outdoor Pool Lights:
|
||||
- light.pool_back_left
|
||||
- light.pool_back_left
|
||||
|
||||
Outdoor Lights:
|
||||
entities:
|
||||
- light.outdoor_foyer
|
||||
- light.pool_bathroom
|
||||
|
||||
Garage lights:
|
||||
entities:
|
||||
- light.garage_attic
|
||||
|
@ -1,11 +1,17 @@
|
||||
- name: Living Room TV Time
|
||||
entities:
|
||||
group.foyer:
|
||||
state: off
|
||||
transition: 100
|
||||
group.office:
|
||||
state: off
|
||||
transition: 10
|
||||
group.dinette:
|
||||
state: off
|
||||
transition: 10
|
||||
transition: 100
|
||||
group.kitchen:
|
||||
state: off
|
||||
transition: 10
|
||||
transition: 100
|
||||
light.living_room_front_left:
|
||||
state: off
|
||||
transition: 10
|
||||
@ -23,18 +29,18 @@
|
||||
state: on
|
||||
transition: 40
|
||||
brightness: 1
|
||||
light.tv_stand_light:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.5014,0.4153]
|
||||
brightness: 150
|
||||
light.tv_light:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.5014,0.4153]
|
||||
brightness: 125
|
||||
light.couch_1:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.6621,0.3023]
|
||||
brightness: 255
|
||||
light.couch_2:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.6621,0.3023]
|
||||
brightness: 255
|
||||
light.couch_tv:
|
||||
state: on
|
||||
transition: 400
|
||||
xy_color: [0.6621,0.3023]
|
||||
brightness: 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user