Added new Nest Stuff - Removed Default View - Updated Sunrise lights.

This commit is contained in:
CCOSTAN 2016-12-06 23:06:03 +00:00
parent 8b668be7a2
commit 395c4362ce
9 changed files with 23 additions and 21 deletions

View File

@ -1 +1 @@
0.33.4 0.34.3

View File

@ -7,7 +7,7 @@
- platform: sun - platform: sun
event: sunset event: sunset
- platform: event - platform: event
event_type: halloween_lights_on event_type: holiday_lights_on
action: action:
- service: switch.turn_on - service: switch.turn_on
@ -22,13 +22,9 @@
event: sunrise event: sunrise
offset: '-03:30:00' offset: '-03:30:00'
- platform: event - platform: event
event_type: halloween_lights_off event_type: holiday_lights_off
action: action:
- service: switch.turn_off - service: script.switch_turn_off_all
entity_id: switch.outlet_den
- delay: 00:00:30
- service: switch.turn_off
entity_id: switch.outlet_living_room

View File

@ -14,5 +14,4 @@
- group.kitchen_lights - group.kitchen_lights
- service: light.turn_off - service: light.turn_off
entity_id: entity_id:
- light.office_lamp
- group.living_room_lights - group.living_room_lights

View File

@ -8,11 +8,20 @@
event: sunset event: sunset
action: action:
- service: script.monthly_front_house_scene
- service: switch.turn_on
entity_id: switch.living_room_outlet
- delay: '00:00:30'
- service: switch.turn_on
entity_id: switch.den_outlet
- delay: '00:00:30'
- service: switch.turn_on
entity_id: switch.living_room_outlet
- delay: '00:00:30'
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.foyer_outlet entity_id: switch.foyer_outlet
- service: light.turn_on - service: light.turn_on
entity_id: light.outdoor_bathroom entity_id: light.outdoor_bathroom
- service: script.monthly_front_house_scene
###################################################################### ######################################################################

View File

@ -81,8 +81,8 @@ zwave:
config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
nest: nest:
username: !secret nest_username client_id: !secret nest_client_id
password: !secret nest_password client_secret: !secret nest_client_secret
climate: climate:
platform: nest platform: nest

1
nest.conf Normal file
View File

@ -0,0 +1 @@
{"expires_in": 315360000, "access_token": "c.qZwzHcUwWHfK927A4CvobNIq3exgmG2kMAV2LcFYVaFd74xfWJXHfQJCGDkqJrybO9UFf6n6bs13cPDgWersBwhA0e3JZMYHZBBxMIOY7KegK78dYoVs4pnaMVQ6k3WUWoJHE8G3TixOnx5F"}

View File

@ -12,17 +12,14 @@
entities: entities:
light.outdoor_sconce_2: light.outdoor_sconce_2:
state: on state: on
transition: 400
rgb_color: [206,22,32] rgb_color: [206,22,32]
brightness: 255 brightness: 255
light.outdoor_sconce_1: light.outdoor_sconce_1:
state: on state: on
transition: 400
rgb_color: [61,178,112] rgb_color: [61,178,112]
brightness: 255 brightness: 255
light.outdoor_foyer: light.outdoor_foyer:
state: on state: on
transition: 400
rgb_color: [206,22,32] rgb_color: [206,22,32]
brightness: 255 brightness: 255
light.outdoor_sconce_3: light.outdoor_sconce_3:
@ -33,17 +30,14 @@
entities: entities:
light.outdoor_sconce_2: light.outdoor_sconce_2:
state: on state: on
transition: 400
rgb_color: [206,22,32] rgb_color: [206,22,32]
brightness: 255 brightness: 255
light.outdoor_sconce_1: light.outdoor_sconce_1:
state: on state: on
transition: 400
rgb_color: [61,178,112] rgb_color: [61,178,112]
brightness: 255 brightness: 255
light.outdoor_foyer: light.outdoor_foyer:
state: on state: on
transition: 400
rgb_color: [206,22,32] rgb_color: [206,22,32]
brightness: 255 brightness: 255
light.outdoor_sconce_3: light.outdoor_sconce_3:

View File

@ -16,7 +16,10 @@ front_house_motion:
after: 'sunset' after: 'sunset'
- service: scene.turn_on - service: scene.turn_on
entity_id: scene.front_full_brightness entity_id: scene.front_full_brightness
- delay: 00:15:00 - delay: '00:15:00'
- service: light.turn_off
entity_id: group.outdoor_front_lights
- delay: '00:00:10'
- service: script.monthly_front_house_scene - service: script.monthly_front_house_scene