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

Variables

string CONF_HOUSE_NUMBER = "house_number"
 
string CONF_HOUSE_NUMBER_SUFFIX = "house_number_suffix"
 
string CONF_ZIP_CODE = "zip_code"
 
string DEFAULT_NAME = "Rova"
 
string DOMAIN = "rova"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Const file for Rova.

Variable Documentation

◆ CONF_HOUSE_NUMBER

string homeassistant.components.rova.const.CONF_HOUSE_NUMBER = "house_number"

Definition at line 10 of file const.py.

◆ CONF_HOUSE_NUMBER_SUFFIX

string homeassistant.components.rova.const.CONF_HOUSE_NUMBER_SUFFIX = "house_number_suffix"

Definition at line 11 of file const.py.

◆ CONF_ZIP_CODE

string homeassistant.components.rova.const.CONF_ZIP_CODE = "zip_code"

Definition at line 9 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.rova.const.DEFAULT_NAME = "Rova"

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 13 of file const.py.

◆ LOGGER

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

Definition at line 5 of file const.py.