Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.garages_amsterdam.const Namespace Reference

Variables

string ATTRIBUTION = "Data provided by municipality of Amsterdam"
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 
 SCAN_INTERVAL = timedelta(minutes=10)
 

Detailed Description

Constants for the Garages Amsterdam integration.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.garages_amsterdam.const.ATTRIBUTION = "Data provided by municipality of Amsterdam"

Definition at line 10 of file const.py.

◆ Final

homeassistant.components.garages_amsterdam.const.Final

Definition at line 9 of file const.py.

◆ LOGGER

homeassistant.components.garages_amsterdam.const.LOGGER = logging.getLogger(__package__)

Definition at line 12 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.garages_amsterdam.const.SCAN_INTERVAL = timedelta(minutes=10)

Definition at line 13 of file const.py.