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

Classes

class  ViCareBinarySensor
 
class  ViCareBinarySensorEntityDescription
 

Functions

list[ViCareBinarySensor_build_entities (list[ViCareDevice] device_list)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Viessmann ViCare sensor device.

Function Documentation

◆ _build_entities()

list[ViCareBinarySensor] homeassistant.components.vicare.binary_sensor._build_entities ( list[ViCareDevice device_list)
private
Create ViCare binary sensor entities for a device.

Definition at line 114 of file binary_sensor.py.

◆ async_setup_entry()

None homeassistant.components.vicare.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Create the ViCare binary sensor devices.

Definition at line 153 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.vicare.binary_sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 42 of file binary_sensor.py.