Fix regression in Nextcloud component (#40438)
parent
297e5300b4
commit
95e6969912
|
@ -100,6 +100,7 @@ def setup(hass, config):
|
|||
_LOGGER.error("Nextcloud setup failed - Check configuration")
|
||||
|
||||
hass.data[DOMAIN] = get_data_points(ncm.data)
|
||||
hass.data[DOMAIN]["instance"] = conf[CONF_URL]
|
||||
|
||||
def nextcloud_update(event_time):
|
||||
"""Update data from nextcloud api."""
|
||||
|
|
Loading…
Reference in New Issue