mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
- 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.
8 lines
193 B
YAML
8 lines
193 B
YAML
- 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
|