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

Classes

class  HomeConnectBinarySensor
 
class  HomeConnectBinarySensorEntityDescription
 
class  HomeConnectDoorBinarySensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple BINARY_SENSORS
 
dictionary REFRIGERATION_DOOR_BOOLEAN_MAP
 

Detailed Description

Provides a binary sensor for Home Connect.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.home_connect.binary_sensor.async_setup_entry ( HomeAssistant  hass,
HomeConnectConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Home Connect binary sensor.

Definition at line 119 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 41 of file binary_sensor.py.

◆ BINARY_SENSORS

tuple homeassistant.components.home_connect.binary_sensor.BINARY_SENSORS

Definition at line 55 of file binary_sensor.py.

◆ REFRIGERATION_DOOR_BOOLEAN_MAP

dictionary homeassistant.components.home_connect.binary_sensor.REFRIGERATION_DOOR_BOOLEAN_MAP
Initial value:
1 = {
2  REFRIGERATION_STATUS_DOOR_CLOSED: False,
3  REFRIGERATION_STATUS_DOOR_OPEN: True,
4 }

Definition at line 42 of file binary_sensor.py.