w h i t e s p a c e

This commit is contained in:
Jon Maddox
2018-03-07 10:09:35 -05:00
parent 8a166208e4
commit 6e5b6d81cc

View File

@@ -78,7 +78,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
_LOGGER.warning("Unable to find Channels with entity_id: %s", _LOGGER.warning("Unable to find Channels with entity_id: %s",
str(entity_id)) str(entity_id))
return return
if service.service == SERVICE_SEEK_FORWARD: if service.service == SERVICE_SEEK_FORWARD:
device.seek_forward() device.seek_forward()
elif service.service == SERVICE_SEEK_BACKWARD: elif service.service == SERVICE_SEEK_BACKWARD: