This commit is contained in:
Jeffrey Stone
2019-02-21 12:49:55 -05:00
parent 361375cf5c
commit 46a6f6d271
97 changed files with 3443 additions and 1936 deletions

View File

@@ -0,0 +1,4 @@
- platform: workday
country: US
province: GA
workdays: [mon, tue, wed, thu, fri]

14
binary_sensors/doors.yaml Executable file → Normal file
View File

@@ -3,40 +3,28 @@
state_topic: "smartthings/Back Door/contact"
payload_on: "open"
payload_off: "closed"
retain: true
device_class: door
- platform: mqtt
name: "Garage Door"
state_topic: "smartthings/Garage Door/contact"
payload_on: "open"
payload_off: "closed"
retain: true
device_class: garage_door
- platform: mqtt
name: "Front Door"
state_topic: "smartthings/Front Door/contact"
payload_on: "open"
payload_off: "closed"
retain: true
device_class: door
- platform: mqtt
name: "Laundry Room Door"
state_topic: "smartthings/Laundry Room Door/contact"
payload_on: "open"
payload_off: "closed"
retain: true
device_class: door
- platform: mqtt
name: "Attic Door" # Dome Door Sensor
state_topic: "smartthings/Attic Door/contact"
payload_on: "open"
payload_off: "closed"
retain: true
device_class: door
- platform: mqtt
name: "Side Door" # Dome Door Sensor
state_topic: "smartthings/Washer Door/contact"
state_topic: "smartthings/Side Door/contact"
payload_on: "open"
payload_off: "closed"
retain: true
device_class: door

3
binary_sensors/motion.yaml Executable file → Normal file
View File

@@ -1,7 +1,6 @@
- platform: mqtt
name: "Garage Dome Sensor" # Dome Motion Sensor
state_topic: "smartthings/Garage Motion/contact"
state_topic: "smartthings/Garage Motion/motion"
payload_on: "active"
payload_off: "inactive"
retain: true
device_class: motion