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

Classes

class  LaundrifyBaseSensor
 
class  LaundrifyEnergySensor
 
class  LaundrifyPowerSensor
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Platform for sensor integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.laundrify.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config,
AddEntitiesCallback   async_add_entities 
)
Add power sensor for passed config_entry in HA.

Definition at line 26 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file sensor.py.