Add MQTT valve platform (#105766)
* Add mqtt valve platform * No stop topic-reports_position and validation * Do not allow state_open, state_closed with position reporing valve * Allow open/close feature to be disabled * Follow up comments * Rename * Apply defaults in validator * Update docstr
This commit is contained in:
parent
918ea8f56d
commit
c7f6ab2457
7 changed files with 1855 additions and 15 deletions
|
@ -166,6 +166,7 @@ ABBREVIATIONS = {
|
|||
"pl_ton": "payload_turn_on",
|
||||
"pl_trig": "payload_trigger",
|
||||
"pl_unlk": "payload_unlock",
|
||||
"pos": "reports_position",
|
||||
"pos_clsd": "position_closed",
|
||||
"pos_open": "position_open",
|
||||
"pow_cmd_t": "power_command_topic",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue