New Names, New Views, New Sensors and New Devices.

This commit is contained in:
CCOSTAN
2016-11-09 06:48:10 +00:00
parent c75ae7b256
commit 2ee9258df9
4 changed files with 99 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
################################### ###################################
## Holiday Lights on/off with IFTTT/Alexa support ## Sunrise and Sunset stuff
################################### ###################################
- alias: 'Sunset Stuff on' - alias: 'Sunset Stuff on'
@@ -12,6 +12,8 @@
action: action:
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.foyer_outlet entity_id: switch.foyer_outlet
- service: light.turn_on
entity_id: light.pool_bathroom
- service: light.turn_on - service: light.turn_on
data: data:
entity_id: light.outdoor_foyer entity_id: light.outdoor_foyer

View File

@@ -4,22 +4,22 @@ Bedroom lights:
Kitchen lights: Kitchen lights:
entities: entities:
- light.kitchen_1 - light.K1
- light.kitchen_2 - light.K2
- light.kitchen_3 - light.K3
- light.kitchen_4 - light.K4
- light.kitchen_5 - light.K5
- light.kitchen_6 - light.K6
- light.kitchen_sink - light.Kitchen_sink
- light.kitchen_fridge - light.Kitchen_fridge
Living Room lights: Living Room lights:
entities: entities:
- light.living_room_back_left - light.M1_back_left
- light.living_room_back_right - light.M1_back_right
- light.living_room_front_left - light.M1_front_left
- light.living_room_front_right - light.M1_front_right
- light.living_room_slider - light.M1_slider
Living Room Accents: Living Room Accents:
entities: entities:
@@ -29,8 +29,8 @@ Living Room Accents:
Dinette lights: Dinette lights:
entities: entities:
- light.dinette_1 - light.D1
- light.dinette_2 - light.D2
Den lights: Den lights:
entities: entities:
@@ -38,8 +38,8 @@ Den lights:
Foyer lights: Foyer lights:
entities: entities:
- light.foyer_door - light.F1
- light.foyer - light.F2
Office lights: Office lights:
entities: entities:
@@ -51,24 +51,25 @@ Upstairs lights:
Dining_Room lights: Dining_Room lights:
entities: entities:
- light.sconce_1 - light.S1
- light.sconce_2 - light.S2
- light.sconce_3 - light.S3
- light.sconce_4 - light.S4
Outdoor Pool Lights: Outdoor Pool Lights:
entities: entities:
- light.pool_front_left - light.P1_front_left
- light.pool_front_right - light.P1_front_right
- light.pool_back_left - light.P1_back_left
- light.pool_back_left - light.P1_back_left
Outdoor Lights: Outdoor Lights:
entities: entities:
- light.outdoor_foyer - light.outdoor_foyer
- light.pool_bathroom - light.Outdoor_bathroom
Garage lights: Garage lights:
entities: entities:
- light.garage_attic - light.garage_attic
- switch.garage_outlet - switch.garage_outlet

View File

@@ -21,6 +21,7 @@ default_view:
- group.office_lights - group.office_lights
- group.garage_lights - group.garage_lights
- group.outdoor_pool_lights - group.outdoor_pool_lights
- group.outdoor_lights
Lights: Lights:
view: yes view: yes

View File

@@ -16,6 +16,25 @@
{% else %} {% else %}
Offline Offline
{%- endif %} {%- endif %}
actiontechap:
friendly_name: 'ActionTech AP'
value_template: >-
{%- if is_state("device_tracker.actiontechap", "home") %}
Online
{% else %}
Offline
{%- endif %}
cisco_ap:
friendly_name: 'Cisco Main AP'
value_template: >-
{%- if is_state("device_tracker.cisco_ap", "home") %}
Online
{% else %}
Offline
{%- endif %}
hue_hub: hue_hub:
friendly_name: 'Hue Hub' friendly_name: 'Hue Hub'
value_template: >- value_template: >-
@@ -32,6 +51,16 @@
{% else %} {% else %}
Offline Offline
{%- endif %} {%- endif %}
amazon_dot:
friendly_name: 'Amazon Dot'
value_template: >-
{%- if is_state("device_tracker.amazon_dot", "home") %}
Online
{% else %}
Offline
{%- endif %}
circle: circle:
friendly_name: 'Disney Circle' friendly_name: 'Disney Circle'
value_template: >- value_template: >-
@@ -40,6 +69,25 @@
{% else %} {% else %}
Offline Offline
{%- endif %} {%- endif %}
nest_downstairs:
friendly_name: 'Downstairs Nest'
value_template: >-
{%- if is_state("device_tracker.nest_downstairs", "home") %}
Online
{% else %}
Offline
{%- endif %}
nest_upstairs:
friendly_name: 'Upstairs Nest'
value_template: >-
{%- if is_state("device_tracker.nest_upstairs", "home") %}
Online
{% else %}
Offline
{%- endif %}
rachio: rachio:
friendly_name: 'Rachio Sprinklers' friendly_name: 'Rachio Sprinklers'
value_template: >- value_template: >-
@@ -64,3 +112,22 @@
{% else %} {% else %}
Offline Offline
{%- endif %} {%- endif %}
chromecast_audio_1:
friendly_name: 'ChromeCast Audio 1'
value_template: >-
{%- if is_state("device_tracker.chromecast_audio_1", "home") %}
Online
{% else %}
Offline
{%- endif %}
chromecast_audio_2:
friendly_name: 'ChromeCast Audio 2'
value_template: >-
{%- if is_state("device_tracker.chromecast_audio_2", "home") %}
Online
{% else %}
Offline
{%- endif %}