mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 08:50:34 +00:00
General/Normal changes related to running a smart home.'
This commit is contained in:
@@ -71,31 +71,31 @@ automation:
|
||||
|
||||
|
||||
# Kitchen lights needed when dark and there is motion
|
||||
# - id: e1cb3d56-0433-12eb-adc1-0242ac120002
|
||||
# alias: Kitchen Lights Needed
|
||||
# mode: restart
|
||||
# initial_state: true
|
||||
# trigger:
|
||||
# - entity_id: binary_sensor.kitchen_motion_occupancy
|
||||
# from: 'off'
|
||||
# platform: state
|
||||
# to: 'on'
|
||||
# - entity_id: binary_sensor.back_door_motion
|
||||
# from: 'off'
|
||||
# platform: state
|
||||
# to: 'on'
|
||||
# action:
|
||||
# - choose:
|
||||
# - conditions:
|
||||
# - condition: state
|
||||
# entity_id: binary_sensor.quiet_time
|
||||
# state: 'on'
|
||||
# sequence:
|
||||
# - scene: scene.diminished_kitchen_lighting
|
||||
# - delay: 00:18:00
|
||||
# - scene: scene.kitchen_lighting_off
|
||||
# default:
|
||||
# - scene: scene.normal_kitchen_lighting
|
||||
- id: e1cb3d56-0433-12eb-adc1-0242ac120002
|
||||
alias: Kitchen Lights Needed
|
||||
mode: restart
|
||||
initial_state: true
|
||||
trigger:
|
||||
- entity_id: binary_sensor.kitchen_motion_occupancy
|
||||
from: 'off'
|
||||
platform: state
|
||||
to: 'on'
|
||||
- entity_id: binary_sensor.back_door_motion
|
||||
from: 'off'
|
||||
platform: state
|
||||
to: 'on'
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.quiet_time
|
||||
state: 'on'
|
||||
sequence:
|
||||
- scene: scene.diminished_kitchen_lighting
|
||||
- delay: 00:18:00
|
||||
- scene: scene.kitchen_lighting_off
|
||||
default:
|
||||
- scene: scene.normal_kitchen_lighting
|
||||
|
||||
# Living lights needed when dark and there is motion
|
||||
- id: e1c9379a-0423-11eb-adc1-0242ac120002
|
||||
|
@@ -73,31 +73,6 @@ sensor:
|
||||
state: GA
|
||||
zone: 34
|
||||
county: 135
|
||||
|
||||
|
||||
# - platform: mqtt
|
||||
# name: "Back Porch"
|
||||
# state_topic: "house/acurite2mqtt/Acurite-6045M_3078"
|
||||
# unit_of_measurement: '°F'
|
||||
# value_template: "{{ value_json.temperature_F }}"
|
||||
# json_attributes_topic: "house/acurite2mqtt/Acurite-6045M_3078"
|
||||
# device_class: temperature
|
||||
|
||||
# - platform: mqtt
|
||||
# name: "Crawlspace"
|
||||
# state_topic: "house/acurite2mqtt/Acurite-609TXC_73"
|
||||
# unit_of_measurement: '°F'
|
||||
# value_template: "{{ value_json.temperature_F }}"
|
||||
# json_attributes_topic: "house/acurite2mqtt/Acurite-609TXC_73"
|
||||
# device_class: temperature
|
||||
|
||||
# - platform: mqtt
|
||||
# name: "Garage"
|
||||
# state_topic: "house/acurite2mqtt/Acurite-Tower_10968"
|
||||
# unit_of_measurement: '°F'
|
||||
# value_template: "{{ value_json.temperature_F }}"
|
||||
# json_attributes_topic: "house/acurite2mqtt/Acurite-Tower_10968"
|
||||
# device_class: temperature
|
||||
|
||||
- platform: statistics
|
||||
name: Inside Humidity Stats
|
||||
|
Reference in New Issue
Block a user