mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +00:00
Name Changes and View Changes
This commit is contained in:
@@ -54,16 +54,18 @@ action:
|
||||
transition: 1
|
||||
brightness: 255
|
||||
|
||||
|
||||
alias: 'Autoadjust Bedroom Lights After Sunset'
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: light.bedroom_light_1
|
||||
value_template: '{{ state.attributes.brightness }}'
|
||||
above: 140
|
||||
condition:
|
||||
condition: state
|
||||
entity_id: sun.sun
|
||||
state: below_horizon
|
||||
action:
|
||||
- service: script.bedroom_lights_fade_down_to_50_percent
|
||||
|
||||
|
||||
|
||||
# Template Binary Sensors
|
||||
platform: template
|
||||
sensors:
|
||||
flood_sensor:
|
||||
value_template: >-
|
||||
{% if states.sensor.everspring_st812_flood_detector_flood_2_5.state == '255' %}
|
||||
'on'
|
||||
{% elif states.sensor.everspring_st812_flood_detector_flood_2_5.state == '0' %}
|
||||
'off'
|
||||
{% else %}
|
||||
n/a
|
||||
{% endif %}
|
||||
|
@@ -15,7 +15,7 @@
|
||||
- sensor.circle
|
||||
- sensor.rachio
|
||||
- sensor.skybell
|
||||
- sensor.samsungtv
|
||||
#- sensor.samsungtv
|
||||
- sensor.chromecast_audio_1
|
||||
- sensor.chromecast_audio_2
|
||||
- sensor.nest_upstairs
|
||||
|
@@ -27,7 +27,7 @@
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.kitchen_fridge
|
||||
- light.fridge
|
||||
- light.s1
|
||||
- light.s4
|
||||
data:
|
||||
|
@@ -29,9 +29,9 @@
|
||||
- group.living_room_accents
|
||||
- light.living_room_slider
|
||||
- light.foyer_door
|
||||
- light.kitchen_fridge
|
||||
- light.kitchen_sink
|
||||
- light.living_room_front_right
|
||||
- light.fridge
|
||||
- light.sink
|
||||
- light.M1_front_right
|
||||
data:
|
||||
brightness: 150
|
||||
|
||||
|
@@ -76,6 +76,7 @@ climate:
|
||||
|
||||
media_player:
|
||||
platform: cast
|
||||
host: 192.168.10.105
|
||||
|
||||
sensor: !include_dir_merge_list sensor
|
||||
automation: !include_dir_merge_list automation
|
||||
|
@@ -4,15 +4,15 @@ Interior Lights:
|
||||
- group.Living_Room_Lights
|
||||
- group.Living_Room_Accents
|
||||
- group.Dinette_Lights
|
||||
- group.dining_room_lights
|
||||
- group.den_lights
|
||||
- group.foyer_lights
|
||||
- group.office_lights
|
||||
- group.hallway_lights
|
||||
- group.upstairs_lights
|
||||
- group.dining_room_lights
|
||||
- group.Outdoor_pool_lights
|
||||
- group.garage_lights
|
||||
- group.hallway_lights
|
||||
|
||||
|
||||
Outdoor Lights:
|
||||
entities:
|
||||
- light.outdoor_foyer
|
||||
|
@@ -10,8 +10,8 @@ Kitchen lights:
|
||||
- light.K4
|
||||
- light.K5
|
||||
- light.K6
|
||||
- light.Kitchen_sink
|
||||
- light.Kitchen_fridge
|
||||
- light.sink
|
||||
- light.fridge
|
||||
|
||||
Living Room lights:
|
||||
entities:
|
||||
@@ -62,12 +62,7 @@ Outdoor Pool Lights:
|
||||
- light.P1_front_right
|
||||
- light.P1_back_left
|
||||
- light.P1_back_left
|
||||
|
||||
Outdoor Lights:
|
||||
entities:
|
||||
- light.outdoor_foyer
|
||||
- light.Outdoor_bathroom
|
||||
|
||||
|
||||
Garage lights:
|
||||
entities:
|
||||
- light.garage_attic
|
||||
|
@@ -18,6 +18,7 @@ default_view:
|
||||
- group.foyer_lights
|
||||
- group.upstairs_lights
|
||||
- group.den_lights
|
||||
- group.hallway
|
||||
- group.office_lights
|
||||
- group.garage_lights
|
||||
- group.outdoor_pool_lights
|
||||
@@ -29,6 +30,8 @@ Lights:
|
||||
entities:
|
||||
- group.home_modes
|
||||
- group.amps
|
||||
- group.interior_lights
|
||||
- group.outdoor_lights
|
||||
- group.holiday_lights
|
||||
- group.Bedroom_lights
|
||||
- group.Kitchen_lights
|
||||
@@ -42,6 +45,7 @@ Lights:
|
||||
- group.office_lights
|
||||
- group.garage_lights
|
||||
- group.outdoor_pool_lights
|
||||
|
||||
|
||||
Info:
|
||||
view: yes
|
||||
@@ -52,6 +56,9 @@ Info:
|
||||
- group.network
|
||||
- group.sensors
|
||||
- sun.sun
|
||||
- media_player.roku_1gj361038190
|
||||
- media_player.roku_1gs3ac111661
|
||||
- media_player.roku_2N006T621680
|
||||
- group.weather
|
||||
- group.all_lights
|
||||
- group.all_switches
|
||||
|
@@ -1,15 +1,18 @@
|
||||
- name: Living Room TV Time
|
||||
entities:
|
||||
group.foyer:
|
||||
group.foyer_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
group.office:
|
||||
group.office_lights:
|
||||
state: off
|
||||
transition: 10
|
||||
group.dinette:
|
||||
group.dinette_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
group.kitchen:
|
||||
group.kitchen_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
group.dining_room_lights:
|
||||
state: off
|
||||
transition: 100
|
||||
light.M1_front_left:
|
||||
|
Reference in New Issue
Block a user