mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 12:08:20 +00:00
11 lines
265 B
YAML
11 lines
265 B
YAML
- platform: mqtt
|
|
name: "Garage Door"
|
|
state_topic: 'smartthings/Garage Door/contact'
|
|
command_topic: 'smartthings/Garage Door/door'
|
|
state_open: 'open'
|
|
state_closed: 'closed'
|
|
service_open: 'open'
|
|
service_close: 'closed'
|
|
retain: true
|
|
optimistic: true
|