Cleanup mqtt CONFIG_SCHEMA_ENTRY (#90791)
This commit is contained in:
parent
ca101cc7d1
commit
aa68d1d617
7 changed files with 36 additions and 149 deletions
|
@ -46,6 +46,7 @@ DEFAULT_PAYLOAD_AVAILABLE = "online"
|
|||
DEFAULT_PAYLOAD_NOT_AVAILABLE = "offline"
|
||||
DEFAULT_PORT = 1883
|
||||
DEFAULT_RETAIN = False
|
||||
DEFAULT_WS_HEADERS: dict[str, str] = {}
|
||||
DEFAULT_WS_PATH = "/"
|
||||
|
||||
PROTOCOL_31 = "3.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue