Files
houseplan-card/custom_components/houseplan/const.py
T

10 lines
235 B
Python
Executable File

"""Константы интеграции House Plan."""
DOMAIN = "houseplan"
STORAGE_KEY = f"{DOMAIN}.layout"
STORAGE_VERSION = 1
FRONTEND_URL = "/houseplan_files/houseplan-card.js"
CONF_ADMIN_ONLY = "admin_only"
VERSION = "1.0.0"