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

Classes

class  LaundrifyPowerPlug
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Platform for binary sensor integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.laundrify.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config,
AddEntitiesCallback   async_add_entities 
)
Set up sensors from a config entry created in the integrations UI.

Definition at line 25 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file binary_sensor.py.