Cleaning up some old Nest YAML
This commit is contained in:
parent
1fbecdc03f
commit
10cc73ce8d
|
@ -50,3 +50,4 @@
|
||||||
- light.led_garage_small
|
- light.led_garage_small
|
||||||
- light.led_outdoor_den
|
- light.led_outdoor_den
|
||||||
- light.outdoor_bathroom
|
- light.outdoor_bathroom
|
||||||
|
- light.flood2
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: upstairs_light_on
|
event_type: upstairs_light_on
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.upstairs_away_mode
|
entity_id: sensor.upstairs_away_mode
|
||||||
to: 'False'
|
to: 'False'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: upstairs_light_off
|
event_type: upstairs_light_off
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.upstairs_away_mode
|
entity_id: sensor.upstairs_away_mode
|
||||||
to: 'True'
|
to: 'True'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
|
|
|
@ -5,82 +5,7 @@
|
||||||
# - Write up- https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html
|
# - Write up- https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html
|
||||||
######################################################################################################
|
######################################################################################################
|
||||||
#-----------------------------------
|
#-----------------------------------
|
||||||
homeassistant:
|
|
||||||
customize_glob:
|
|
||||||
"sensor.*_co_status":
|
|
||||||
|
|
||||||
|
|
||||||
"sensor.*_battery_health":
|
|
||||||
|
|
||||||
|
|
||||||
"sensor.*_color_status":
|
|
||||||
|
|
||||||
|
|
||||||
"sensor.*_smoke_status":
|
|
||||||
|
|
||||||
|
|
||||||
"sensor.*_security_state":
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
customize:
|
|
||||||
|
|
||||||
binary_sensor.hallway_nest_protect_kids_hallway_online:
|
|
||||||
friendly_name: Kids Hallway Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.justins_room_nest_protect_online:
|
|
||||||
friendly_name: Justins Room Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.kitchen_nest_protect_online:
|
|
||||||
friendly_name: Kitchen Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.master_bedroom_nest_protect_online:
|
|
||||||
friendly_name: Master Bedroom Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.master_hallway_nest_protect_online:
|
|
||||||
friendly_name: Master Hallway Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.paiges_room_nest_protect_paiges_room_online:
|
|
||||||
friendly_name: Paiges Room Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.upstairs_bedroom_nest_protect_online:
|
|
||||||
friendly_name: Upstairs Bedroom Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.upstairs_living_room_nest_protect_online:
|
|
||||||
friendly_name: Upstairs Living Room Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
binary_sensor.office_nest_protect_online:
|
|
||||||
friendly_name: Office Protect
|
|
||||||
icon: mdi:nest-protect
|
|
||||||
|
|
||||||
group.protects:
|
|
||||||
|
|
||||||
#-------------------------------------------
|
|
||||||
|
|
||||||
#-------------------------------------------
|
|
||||||
group:
|
|
||||||
protects:
|
|
||||||
name: Nest Protects
|
|
||||||
entities:
|
|
||||||
- binary_sensor.upstairs_living_room_nest_protect_online
|
|
||||||
- binary_sensor.hallway_nest_protect_kids_hallway_online
|
|
||||||
- binary_sensor.justins_room_nest_protect_online
|
|
||||||
- binary_sensor.kitchen_nest_protect_online
|
|
||||||
- binary_sensor.master_bedroom_nest_protect_online
|
|
||||||
- binary_sensor.master_hallway_nest_protect_online
|
|
||||||
- binary_sensor.paiges_room_nest_protect_paiges_room_online
|
|
||||||
- binary_sensor.upstairs_bedroom_nest_protect_online
|
|
||||||
- binary_sensor.office_nest_protect_online
|
|
||||||
|
|
||||||
#-------------------------------------------
|
|
||||||
automation:
|
automation:
|
||||||
- alias: Nest protect emergency
|
- alias: Nest protect emergency
|
||||||
|
|
||||||
|
|
|
@ -4,24 +4,24 @@
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
###################################################
|
###################################################
|
||||||
|
|
||||||
- platform: nest
|
#- platform: nest
|
||||||
monitored_conditions:
|
# monitored_conditions:
|
||||||
# - 'temperature'
|
# - 'temperature'
|
||||||
# - 'target'
|
# - 'target'
|
||||||
- 'humidity'
|
# - 'humidity'
|
||||||
# - 'operation_mode'
|
# - 'operation_mode'
|
||||||
# - 'last_connection'
|
# - 'last_connection'
|
||||||
# - 'co_status'
|
# - 'co_status'
|
||||||
# - 'smoke_status'
|
# - 'smoke_status'
|
||||||
|
|
||||||
- platform: template
|
# - platform: template
|
||||||
sensors:
|
# sensors:
|
||||||
upstairs_away_mode:
|
# upstairs_away_mode:
|
||||||
entity_id: []
|
# entity_id: []
|
||||||
value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
|
# value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
|
||||||
|
#
|
||||||
- platform: template
|
# - platform: template
|
||||||
sensors:
|
# sensors:
|
||||||
downstairs_away_mode:
|
# downstairs_away_mode:
|
||||||
entity_id: []
|
# entity_id: []
|
||||||
value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"
|
# value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 0 B |
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 0 B |
Loading…
Reference in New Issue