mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix regression in Nextcloud component (#40438)
This commit is contained in:
parent
297e5300b4
commit
95e6969912
@ -100,6 +100,7 @@ def setup(hass, config):
|
|||||||
_LOGGER.error("Nextcloud setup failed - Check configuration")
|
_LOGGER.error("Nextcloud setup failed - Check configuration")
|
||||||
|
|
||||||
hass.data[DOMAIN] = get_data_points(ncm.data)
|
hass.data[DOMAIN] = get_data_points(ncm.data)
|
||||||
|
hass.data[DOMAIN]["instance"] = conf[CONF_URL]
|
||||||
|
|
||||||
def nextcloud_update(event_time):
|
def nextcloud_update(event_time):
|
||||||
"""Update data from nextcloud api."""
|
"""Update data from nextcloud api."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user