mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix nextcloud sensor mappings (#33840)
This commit is contained in:
parent
45b28b8b00
commit
90f7cd2d44
@ -63,7 +63,7 @@ SENSORS = (
|
||||
"nextcloud_storage_num_files",
|
||||
"nextcloud_storage_num_storages",
|
||||
"nextcloud_storage_num_storages_local",
|
||||
"nextcloud_storage_num_storage_home",
|
||||
"nextcloud_storage_num_storages_home",
|
||||
"nextcloud_storage_num_storages_other",
|
||||
"nextcloud_shares_num_shares",
|
||||
"nextcloud_shares_num_shares_user",
|
||||
@ -83,9 +83,9 @@ SENSORS = (
|
||||
"nextcloud_database_type",
|
||||
"nextcloud_database_version",
|
||||
"nextcloud_database_version",
|
||||
"nextcloud_activeusers_last5minutes",
|
||||
"nextcloud_activeusers_last1hour",
|
||||
"nextcloud_activeusers_last24hours",
|
||||
"nextcloud_activeUsers_last5minutes",
|
||||
"nextcloud_activeUsers_last1hour",
|
||||
"nextcloud_activeUsers_last24hours",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user