micor changes and clean up.

This commit is contained in:
Mahasri Kalavala
2019-12-20 10:32:28 -05:00
parent a3c869e9e8
commit 87961b393c
45 changed files with 1628 additions and 1728 deletions

View File

@@ -10,8 +10,7 @@
homeassistant:
customize:
# ZWave Binary Sensors
# ZWave Binary Sensors
binary_sensor.aeotec_water_sensor_sensor:
friendly_name: Aeotec Water Sensor
## <<: *not_exposed
@@ -58,7 +57,7 @@ homeassistant:
friendly_name: Upstairs Multi Sensor
## <<: *not_exposed
# ZWave Sensors
# ZWave Sensors
sensor.aeotec_water_sensor_alarm_level:
friendly_name: Aeotec Water Sensor Alarm Level
# <<: *not_exposed
@@ -402,7 +401,7 @@ homeassistant:
friendly_name: ZWave Smart Switch Voltage
# <<: *not_exposed
# ZWave Switches
# ZWave Switches
switch.kitchen_siren_switch:
friendly_name: Kitchen Siren Switch 1
@@ -428,16 +427,15 @@ zwave:
network_key: !secret zwave_network_key
###############################################################################
# _ _ _
# /\ | | | | (_)
# / \ _ _| |_ ___ _ __ ___ __ _| |_ _ ___ _ __ ___
# _ _ _
# /\ | | | | (_)
# / \ _ _| |_ ___ _ __ ___ __ _| |_ _ ___ _ __ ___
# / /\ \| | | | __/ _ \| '_ ` _ \ / _` | __| |/ _ \| '_ \/ __|
# / ____ \ |_| | || (_) | | | | | | (_| | |_| | (_) | | | \__ \
# /_/ \_\__,_|\__\___/|_| |_| |_|\__,_|\__|_|\___/|_| |_|___/
#
#
###############################################################################
automation:
- alias: WallMote Button 1 Pressed
trigger:
- platform: event
@@ -471,7 +469,7 @@ automation:
- service: climate.set_away_mode
data_template:
entity_id: climate.dining_room
away_mode: 'false'
away_mode: "false"
- alias: WallMote Button 4 Pressed
trigger:
@@ -484,4 +482,4 @@ automation:
- service: climate.set_away_mode
data_template:
entity_id: climate.dining_room
away_mode: 'true'
away_mode: "true"