mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
join string
This commit is contained in:
@@ -243,7 +243,7 @@ def _valid_origin_info(discovery_payload: MQTTDiscoveryPayload) -> bool:
|
|||||||
MQTT_ORIGIN_INFO_SCHEMA(discovery_payload[CONF_ORIGIN])
|
MQTT_ORIGIN_INFO_SCHEMA(discovery_payload[CONF_ORIGIN])
|
||||||
except Exception as exc: # noqa:BLE001
|
except Exception as exc: # noqa:BLE001
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Unable to parse origin information " "from discovery message: %s, got %s",
|
"Unable to parse origin information from discovery message: %s, got %s",
|
||||||
exc,
|
exc,
|
||||||
discovery_payload[CONF_ORIGIN],
|
discovery_payload[CONF_ORIGIN],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user