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

Classes

class  FreeboxCoverSensor
 
class  FreeboxDwsSensor
 
class  FreeboxHomeBinarySensor
 
class  FreeboxPirSensor
 
class  FreeboxRaidDegradedSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Freebox devices (Freebox v6 and Freebox mini 4K).

Function Documentation

◆ async_setup_entry()

None homeassistant.components.freebox.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up binary sensors.

Definition at line 36 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file binary_sensor.py.