Cleanup mqtt CONFIG_SCHEMA_ENTRY (#90791)

This commit is contained in:
Jan Bouwhuis 2023-04-11 17:41:38 +02:00 committed by GitHub
parent ca101cc7d1
commit aa68d1d617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 36 additions and 149 deletions

View file

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