mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 11:54:35 +02:00
Introduce more sensors to Nextcloud (#99155)
This commit is contained in:
@@ -17,6 +17,18 @@ from .coordinator import NextcloudDataUpdateCoordinator
|
||||
from .entity import NextcloudEntity
|
||||
|
||||
BINARY_SENSORS: Final[list[BinarySensorEntityDescription]] = [
|
||||
BinarySensorEntityDescription(
|
||||
key="jit_enabled",
|
||||
translation_key="nextcloud_jit_enabled",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
BinarySensorEntityDescription(
|
||||
key="jit_on",
|
||||
translation_key="nextcloud_jit_on",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
BinarySensorEntityDescription(
|
||||
key="system_debug",
|
||||
translation_key="nextcloud_system_debug",
|
||||
|
||||
Reference in New Issue
Block a user