mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
New Names, New Views, New Sensors and New Devices.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
###################################
|
||||
## Holiday Lights on/off with IFTTT/Alexa support
|
||||
## Sunrise and Sunset stuff
|
||||
###################################
|
||||
|
||||
- alias: 'Sunset Stuff on'
|
||||
@@ -12,6 +12,8 @@
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.foyer_outlet
|
||||
- service: light.turn_on
|
||||
entity_id: light.pool_bathroom
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.outdoor_foyer
|
||||
|
@@ -4,22 +4,22 @@ Bedroom lights:
|
||||
|
||||
Kitchen lights:
|
||||
entities:
|
||||
- light.kitchen_1
|
||||
- light.kitchen_2
|
||||
- light.kitchen_3
|
||||
- light.kitchen_4
|
||||
- light.kitchen_5
|
||||
- light.kitchen_6
|
||||
- light.kitchen_sink
|
||||
- light.kitchen_fridge
|
||||
- light.K1
|
||||
- light.K2
|
||||
- light.K3
|
||||
- light.K4
|
||||
- light.K5
|
||||
- light.K6
|
||||
- light.Kitchen_sink
|
||||
- light.Kitchen_fridge
|
||||
|
||||
Living Room lights:
|
||||
entities:
|
||||
- light.living_room_back_left
|
||||
- light.living_room_back_right
|
||||
- light.living_room_front_left
|
||||
- light.living_room_front_right
|
||||
- light.living_room_slider
|
||||
- light.M1_back_left
|
||||
- light.M1_back_right
|
||||
- light.M1_front_left
|
||||
- light.M1_front_right
|
||||
- light.M1_slider
|
||||
|
||||
Living Room Accents:
|
||||
entities:
|
||||
@@ -29,8 +29,8 @@ Living Room Accents:
|
||||
|
||||
Dinette lights:
|
||||
entities:
|
||||
- light.dinette_1
|
||||
- light.dinette_2
|
||||
- light.D1
|
||||
- light.D2
|
||||
|
||||
Den lights:
|
||||
entities:
|
||||
@@ -38,8 +38,8 @@ Den lights:
|
||||
|
||||
Foyer lights:
|
||||
entities:
|
||||
- light.foyer_door
|
||||
- light.foyer
|
||||
- light.F1
|
||||
- light.F2
|
||||
|
||||
Office lights:
|
||||
entities:
|
||||
@@ -51,24 +51,25 @@ Upstairs lights:
|
||||
|
||||
Dining_Room lights:
|
||||
entities:
|
||||
- light.sconce_1
|
||||
- light.sconce_2
|
||||
- light.sconce_3
|
||||
- light.sconce_4
|
||||
- light.S1
|
||||
- light.S2
|
||||
- light.S3
|
||||
- light.S4
|
||||
|
||||
Outdoor Pool Lights:
|
||||
entities:
|
||||
- light.pool_front_left
|
||||
- light.pool_front_right
|
||||
- light.pool_back_left
|
||||
- light.pool_back_left
|
||||
- light.P1_front_left
|
||||
- light.P1_front_right
|
||||
- light.P1_back_left
|
||||
- light.P1_back_left
|
||||
|
||||
Outdoor Lights:
|
||||
entities:
|
||||
- light.outdoor_foyer
|
||||
- light.pool_bathroom
|
||||
- light.Outdoor_bathroom
|
||||
|
||||
Garage lights:
|
||||
entities:
|
||||
- light.garage_attic
|
||||
- switch.garage_outlet
|
||||
- switch.garage_outlet
|
||||
|
||||
|
@@ -21,6 +21,7 @@ default_view:
|
||||
- group.office_lights
|
||||
- group.garage_lights
|
||||
- group.outdoor_pool_lights
|
||||
- group.outdoor_lights
|
||||
|
||||
Lights:
|
||||
view: yes
|
||||
|
@@ -16,6 +16,25 @@
|
||||
{% else %}
|
||||
Offline
|
||||
{%- 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:
|
||||
friendly_name: 'Hue Hub'
|
||||
value_template: >-
|
||||
@@ -32,6 +51,16 @@
|
||||
{% else %}
|
||||
Offline
|
||||
{%- endif %}
|
||||
|
||||
amazon_dot:
|
||||
friendly_name: 'Amazon Dot'
|
||||
value_template: >-
|
||||
{%- if is_state("device_tracker.amazon_dot", "home") %}
|
||||
Online
|
||||
{% else %}
|
||||
Offline
|
||||
{%- endif %}
|
||||
|
||||
circle:
|
||||
friendly_name: 'Disney Circle'
|
||||
value_template: >-
|
||||
@@ -40,6 +69,25 @@
|
||||
{% else %}
|
||||
Offline
|
||||
{%- 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:
|
||||
friendly_name: 'Rachio Sprinklers'
|
||||
value_template: >-
|
||||
@@ -64,3 +112,22 @@
|
||||
{% else %}
|
||||
Offline
|
||||
{%- 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 %}
|
||||
|
Reference in New Issue
Block a user