mirror of
https://github.com/Matysh/houseplan-card
synced 2026-07-31 08:28:31 +00:00
10 lines
235 B
Python
Executable File
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"
|