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

Classes

class  SmartySensor
 
class  SmartySensorDescription
 

Functions

None async_setup_entry (HomeAssistant hass, SmartyConfigEntry entry, AddEntitiesCallback async_add_entities)
 
datetime|None get_filter_days_left (Smarty smarty)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Salda Smarty XP/XV Ventilation Unit Sensors.

Function Documentation

◆ async_setup_entry()

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

Definition at line 85 of file sensor.py.

◆ get_filter_days_left()

datetime | None homeassistant.components.smarty.sensor.get_filter_days_left ( Smarty  smarty)
Return the date when the filter needs to be replaced.

Definition at line 28 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file sensor.py.