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

Classes

class  SmartyBinarySensor
 
class  SmartyBinarySensorEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Salda Smarty XP/XV Ventilation Unit Binary Sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.smarty.binary_sensor.async_setup_entry ( HomeAssistant  hass,
SmartyConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Smarty Binary Sensor Platform.

Definition at line 53 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file binary_sensor.py.