mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
it is a string
This commit is contained in:
@@ -77,7 +77,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
|
|
||||||
if device is None:
|
if device is None:
|
||||||
_LOGGER.warning("Unable to find Channels with entity_id: %s",
|
_LOGGER.warning("Unable to find Channels with entity_id: %s",
|
||||||
str(entity_id))
|
entity_id)
|
||||||
return
|
return
|
||||||
|
|
||||||
if service.service == SERVICE_SEEK_FORWARD:
|
if service.service == SERVICE_SEEK_FORWARD:
|
||||||
|
Reference in New Issue
Block a user