Name Changes and View Changes

This commit is contained in:
CCOSTAN
2016-11-19 18:45:39 +00:00
parent a412066614
commit 8d1304b67f
9 changed files with 41 additions and 33 deletions

View File

@@ -54,16 +54,18 @@ action:
transition: 1 transition: 1
brightness: 255 brightness: 255
alias: 'Autoadjust Bedroom Lights After Sunset'
trigger:
- platform: numeric_state # Template Binary Sensors
entity_id: light.bedroom_light_1 platform: template
value_template: '{{ state.attributes.brightness }}' sensors:
above: 140 flood_sensor:
condition: value_template: >-
condition: state {% if states.sensor.everspring_st812_flood_detector_flood_2_5.state == '255' %}
entity_id: sun.sun 'on'
state: below_horizon {% elif states.sensor.everspring_st812_flood_detector_flood_2_5.state == '0' %}
action: 'off'
- service: script.bedroom_lights_fade_down_to_50_percent {% else %}
n/a
{% endif %}

View File

@@ -15,7 +15,7 @@
- sensor.circle - sensor.circle
- sensor.rachio - sensor.rachio
- sensor.skybell - sensor.skybell
- sensor.samsungtv #- sensor.samsungtv
- sensor.chromecast_audio_1 - sensor.chromecast_audio_1
- sensor.chromecast_audio_2 - sensor.chromecast_audio_2
- sensor.nest_upstairs - sensor.nest_upstairs

View File

@@ -27,7 +27,7 @@
action: action:
- service: light.turn_on - service: light.turn_on
entity_id: entity_id:
- light.kitchen_fridge - light.fridge
- light.s1 - light.s1
- light.s4 - light.s4
data: data:

View File

@@ -29,9 +29,9 @@
- group.living_room_accents - group.living_room_accents
- light.living_room_slider - light.living_room_slider
- light.foyer_door - light.foyer_door
- light.kitchen_fridge - light.fridge
- light.kitchen_sink - light.sink
- light.living_room_front_right - light.M1_front_right
data: data:
brightness: 150 brightness: 150

View File

@@ -76,6 +76,7 @@ climate:
media_player: media_player:
platform: cast platform: cast
host: 192.168.10.105
sensor: !include_dir_merge_list sensor sensor: !include_dir_merge_list sensor
automation: !include_dir_merge_list automation automation: !include_dir_merge_list automation

View File

@@ -4,15 +4,15 @@ Interior Lights:
- group.Living_Room_Lights - group.Living_Room_Lights
- group.Living_Room_Accents - group.Living_Room_Accents
- group.Dinette_Lights - group.Dinette_Lights
- group.dining_room_lights
- group.den_lights - group.den_lights
- group.foyer_lights - group.foyer_lights
- group.office_lights - group.office_lights
- group.hallway_lights
- group.upstairs_lights - group.upstairs_lights
- group.dining_room_lights
- group.Outdoor_pool_lights - group.Outdoor_pool_lights
- group.garage_lights - group.garage_lights
- group.hallway_lights
Outdoor Lights: Outdoor Lights:
entities: entities:
- light.outdoor_foyer - light.outdoor_foyer

View File

@@ -10,8 +10,8 @@ Kitchen lights:
- light.K4 - light.K4
- light.K5 - light.K5
- light.K6 - light.K6
- light.Kitchen_sink - light.sink
- light.Kitchen_fridge - light.fridge
Living Room lights: Living Room lights:
entities: entities:
@@ -62,12 +62,7 @@ Outdoor Pool Lights:
- light.P1_front_right - light.P1_front_right
- light.P1_back_left - light.P1_back_left
- light.P1_back_left - light.P1_back_left
Outdoor Lights:
entities:
- light.outdoor_foyer
- light.Outdoor_bathroom
Garage lights: Garage lights:
entities: entities:
- light.garage_attic - light.garage_attic

View File

@@ -18,6 +18,7 @@ default_view:
- group.foyer_lights - group.foyer_lights
- group.upstairs_lights - group.upstairs_lights
- group.den_lights - group.den_lights
- group.hallway
- group.office_lights - group.office_lights
- group.garage_lights - group.garage_lights
- group.outdoor_pool_lights - group.outdoor_pool_lights
@@ -29,6 +30,8 @@ Lights:
entities: entities:
- group.home_modes - group.home_modes
- group.amps - group.amps
- group.interior_lights
- group.outdoor_lights
- group.holiday_lights - group.holiday_lights
- group.Bedroom_lights - group.Bedroom_lights
- group.Kitchen_lights - group.Kitchen_lights
@@ -42,6 +45,7 @@ Lights:
- group.office_lights - group.office_lights
- group.garage_lights - group.garage_lights
- group.outdoor_pool_lights - group.outdoor_pool_lights
Info: Info:
view: yes view: yes
@@ -52,6 +56,9 @@ Info:
- group.network - group.network
- group.sensors - group.sensors
- sun.sun - sun.sun
- media_player.roku_1gj361038190
- media_player.roku_1gs3ac111661
- media_player.roku_2N006T621680
- group.weather - group.weather
- group.all_lights - group.all_lights
- group.all_switches - group.all_switches

View File

@@ -1,15 +1,18 @@
- name: Living Room TV Time - name: Living Room TV Time
entities: entities:
group.foyer: group.foyer_lights:
state: off state: off
transition: 100 transition: 100
group.office: group.office_lights:
state: off state: off
transition: 10 transition: 10
group.dinette: group.dinette_lights:
state: off state: off
transition: 100 transition: 100
group.kitchen: group.kitchen_lights:
state: off
transition: 100
group.dining_room_lights:
state: off state: off
transition: 100 transition: 100
light.M1_front_left: light.M1_front_left: