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

Classes

class  FreeboxBatterySensor
 
class  FreeboxCallSensor
 
class  FreeboxDiskSensor
 
class  FreeboxSensor
 

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.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the sensors.

Definition at line 62 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file sensor.py.