Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Const file for Rova."""
2 
3 import logging
4 
5 LOGGER = logging.getLogger(__package__)
6 
7 DEFAULT_NAME = "Rova"
8 
9 CONF_ZIP_CODE = "zip_code"
10 CONF_HOUSE_NUMBER = "house_number"
11 CONF_HOUSE_NUMBER_SUFFIX = "house_number_suffix"
12 
13 DOMAIN = "rova"