Simplify mqtt connection state dispatcher (#118184)

This commit is contained in:
J. Nick Koston 2024-05-26 10:21:21 -10:00 committed by GitHub
parent b7f1f805fa
commit 226d010ab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 42 deletions

View file

@ -149,8 +149,7 @@ DEFAULT_WILL = {
DOMAIN = "mqtt"
MQTT_CONNECTED = "mqtt_connected"
MQTT_DISCONNECTED = "mqtt_disconnected"
MQTT_CONNECTION_STATE = "mqtt_connection_state"
PAYLOAD_EMPTY_JSON = "{}"
PAYLOAD_NONE = "None"