mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
Lots of updates:
- Updated .gitignore to explicitly allow files and folders but block everything else. - Added automations for Kat's Phone - Updated Kat's Phone used in Tracking - Added Google Time to Home for Kat - Reducing the messages being sent to pushbullet.
This commit is contained in:
7
switches/garage.yaml
Normal file
7
switches/garage.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- platform: mqtt
|
||||
name: "Garage Door"
|
||||
state_topic: "smartthings/Garage Door/door"
|
||||
command_topic: "smartthings/Garage Door/door"
|
||||
payload_on: "open"
|
||||
payload_off: "closed"
|
||||
retain: true
|
Reference in New Issue
Block a user