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

Variables

string CONF_APP_ID = "app_id"
 
string CONF_AREA = "area"
 
string DEFAULT_NAME = "Brottsplatskartan"
 
string DOMAIN = "brottsplatskartan"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

Adds constants for brottsplatskartan integration.

Variable Documentation

◆ CONF_APP_ID

string homeassistant.components.brottsplatskartan.const.CONF_APP_ID = "app_id"

Definition at line 13 of file const.py.

◆ CONF_AREA

string homeassistant.components.brottsplatskartan.const.CONF_AREA = "area"

Definition at line 12 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.brottsplatskartan.const.DEFAULT_NAME = "Brottsplatskartan"

Definition at line 14 of file const.py.

◆ DOMAIN

string homeassistant.components.brottsplatskartan.const.DOMAIN = "brottsplatskartan"

Definition at line 7 of file const.py.

◆ LOGGER

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

Definition at line 10 of file const.py.

◆ PLATFORMS

list homeassistant.components.brottsplatskartan.const.PLATFORMS = [Platform.SENSOR]

Definition at line 8 of file const.py.