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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 fan
 
 light
 
 number
 
 sensor
 

Classes

class  EntryState
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
None async_setup_entry_platform (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities, Callable[[FjaraskupanCoordinator], list[Entity]] constructor)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS
 

Detailed Description

The Fjäråskupan integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.fjaraskupan.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Fjäråskupan from a config entry.

Definition at line 52 of file __init__.py.

◆ async_setup_entry_platform()

None homeassistant.components.fjaraskupan.async_setup_entry_platform ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities,
Callable[[FjaraskupanCoordinator], list[Entity]]  constructor 
)
Set up a platform with added entities.

Definition at line 106 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 132 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 42 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.fjaraskupan.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.FAN,
4  Platform.LIGHT,
5  Platform.NUMBER,
6  Platform.SENSOR,
7 ]

Definition at line 34 of file __init__.py.