Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nextcloud.binary_sensor Namespace Reference

Classes

class  NextcloudBinarySensor
 

Functions

None async_setup_entry (HomeAssistant hass, NextcloudConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 coordinator = entry.runtime_data
 
 entity_category
 
 entity_registry_enabled_default
 
 key
 
 translation_key
 

Detailed Description

Summary binary data from Nextcoud.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nextcloud.binary_sensor.async_setup_entry ( HomeAssistant  hass,
NextcloudConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)

Definition at line 54 of file binary_sensor.py.

Variable Documentation

◆ coordinator

homeassistant.components.nextcloud.binary_sensor.coordinator = entry.runtime_data
Set up the Nextcloud binary sensors.

Definition at line 60 of file binary_sensor.py.

◆ entity_category

homeassistant.components.nextcloud.binary_sensor.entity_category

Definition at line 22 of file binary_sensor.py.

◆ entity_registry_enabled_default

homeassistant.components.nextcloud.binary_sensor.entity_registry_enabled_default

Definition at line 23 of file binary_sensor.py.

◆ key

homeassistant.components.nextcloud.binary_sensor.key

Definition at line 20 of file binary_sensor.py.

◆ translation_key

homeassistant.components.nextcloud.binary_sensor.translation_key

Definition at line 21 of file binary_sensor.py.