mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +02:00
Fix after testing
This commit is contained in:
@@ -81,3 +81,4 @@ class LMSStatusDataUpdateCoordinator(DataUpdateCoordinator):
|
|||||||
STATUS_SENSOR_NEWPLUGINS in data and data[STATUS_SENSOR_NEWPLUGINS] or None
|
STATUS_SENSOR_NEWPLUGINS in data and data[STATUS_SENSOR_NEWPLUGINS] or None
|
||||||
)
|
)
|
||||||
_LOGGER.debug("Processed serverstatus %s=%s", self.my_api.name, data)
|
_LOGGER.debug("Processed serverstatus %s=%s", self.my_api.name, data)
|
||||||
|
return data
|
||||||
|
Reference in New Issue
Block a user