Add MQTT WS command to remove device (#31989)
* Add MQTT WS command to remove device * Review comments, fix test * Fix tests
This commit is contained in:
parent
4236d62b44
commit
7e387f93d6
26 changed files with 473 additions and 124 deletions
|
@ -4,6 +4,7 @@ CONF_DISCOVERY = "discovery"
|
|||
DEFAULT_DISCOVERY = False
|
||||
|
||||
ATTR_DISCOVERY_HASH = "discovery_hash"
|
||||
ATTR_DISCOVERY_TOPIC = "discovery_topic"
|
||||
CONF_STATE_TOPIC = "state_topic"
|
||||
PROTOCOL_311 = "3.1.1"
|
||||
DEFAULT_QOS = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue