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

Namespaces

 alarm_control_panel
 
 binary_sensor
 
 button
 
 camera
 
 config_flow
 
 const
 
 device_tracker
 
 entity
 
 router
 
 sensor
 
 switch
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(seconds=30)
 

Detailed Description

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

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.freebox.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Freebox entry.

Definition at line 22 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.freebox.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 68 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.freebox.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 17 of file __init__.py.