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:
Jan Bouwhuis 2023-12-20 07:49:49 +01:00 committed by GitHub
parent 918ea8f56d
commit c7f6ab2457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1855 additions and 15 deletions

View file

@ -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",