mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-18 03:56:09 +00:00
v4
This commit is contained in:
4
binary_sensors/calendar.yaml
Normal file
4
binary_sensors/calendar.yaml
Normal 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
14
binary_sensors/doors.yaml
Executable file → Normal 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
3
binary_sensors/motion.yaml
Executable file → Normal 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
|
||||
|
Reference in New Issue
Block a user