Fix regression in Nextcloud component (#40438)

pull/40571/head
MeIchthys 2020-09-22 04:58:51 -04:00 committed by Franck Nijhof
parent 297e5300b4
commit 95e6969912
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 0 deletions

View File

@ -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."""