Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.buienradar.camera Namespace Reference

Classes

class  BuienradarCam
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DIM_RANGE = vol.All(vol.Coerce(int), vol.Range(min=120, max=700))
 
list SUPPORTED_COUNTRY_CODES = ["NL", "BE"]
 

Detailed Description

Provide animated GIF loops of Buienradar imagery.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.buienradar.camera.async_setup_entry ( HomeAssistant  hass,
BuienRadarConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up buienradar radar-loop camera component.

Definition at line 31 of file camera.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.buienradar.camera._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file camera.py.

◆ DIM_RANGE

homeassistant.components.buienradar.camera.DIM_RANGE = vol.All(vol.Coerce(int), vol.Range(min=120, max=700))

Definition at line 25 of file camera.py.

◆ SUPPORTED_COUNTRY_CODES

list homeassistant.components.buienradar.camera.SUPPORTED_COUNTRY_CODES = ["NL", "BE"]

Definition at line 28 of file camera.py.