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

Classes

class  IPMASensor
 
class  IPMASensorEntityDescription
 

Functions

int|None async_retrieve_rcm (Location location, IPMA_API api)
 
int|None async_retrieve_uvi (Location location, IPMA_API api)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for IPMA sensors.

Function Documentation

◆ async_retrieve_rcm()

int | None homeassistant.components.ipma.sensor.async_retrieve_rcm ( Location  location,
IPMA_API  api 
)
Retrieve RCM.

Definition at line 34 of file sensor.py.

◆ async_retrieve_uvi()

int | None homeassistant.components.ipma.sensor.async_retrieve_uvi ( Location  location,
IPMA_API  api 
)
Retrieve UV.

Definition at line 42 of file sensor.py.

◆ async_setup_entry()

None homeassistant.components.ipma.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the IPMA sensor platform.

Definition at line 64 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file sensor.py.