mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
MySensors: Nicer log message
This commit is contained in:
@@ -269,7 +269,7 @@ def setup_mysensors_platform(
|
||||
gateway_id, node_id, child_id, value_type = dev_id
|
||||
gateway: Optional[BaseAsyncGateway] = get_mysensors_gateway(hass, gateway_id)
|
||||
if not gateway:
|
||||
_LOGGER.warning("skipping setup of %s, no gateway found.", dev_id)
|
||||
_LOGGER.warning("Skipping setup of %s, no gateway found", dev_id)
|
||||
continue
|
||||
device_class_copy = device_class
|
||||
if isinstance(device_class, dict):
|
||||
|
Reference in New Issue
Block a user