mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
* add nextcloud update entity * don't init update entity on older nextcloud versions * ruff * pass skipUpdate to module * bump deps * bump requirements * Update homeassistant/components/nextcloud/update.py Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> * Update homeassistant/components/nextcloud/update.py Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> * bump requirements * Update homeassistant/components/nextcloud/update.py Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> * Update homeassistant/components/nextcloud/update.py Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> --------- Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
10 lines
258 B
JSON
10 lines
258 B
JSON
{
|
|
"domain": "nextcloud",
|
|
"name": "Nextcloud",
|
|
"codeowners": ["@mib1185"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nextcloud",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["nextcloudmonitor==1.5.0"]
|
|
}
|