Move Rova constants to separate file (#97566)
* Move Rova constants to separate file * Update homeassistant/components/rova/const.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
355ef4eac8
commit
5dcffca88d
2 changed files with 18 additions and 11 deletions
8
homeassistant/components/rova/const.py
Normal file
8
homeassistant/components/rova/const.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""Const file for Rova."""
|
||||
import logging
|
||||
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
|
||||
CONF_ZIP_CODE = "zip_code"
|
||||
CONF_HOUSE_NUMBER = "house_number"
|
||||
CONF_HOUSE_NUMBER_SUFFIX = "house_number_suffix"
|
Loading…
Add table
Add a link
Reference in a new issue