1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
John O'Nolan 2d308aaa20 Add Ghost integration (#162041)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-02-06 11:47:53 +01:00

14 lines
284 B
Python

"""Constants for the Ghost integration."""
DOMAIN: str = "ghost"
CONF_ADMIN_API_KEY: str = "admin_api_key"
CONF_API_URL: str = "api_url"
DEFAULT_SCAN_INTERVAL: int = 300 # 5 minutes
# Device info.
CURRENCY: str = "USD"
MANUFACTURER: str = "Ghost Foundation"
MODEL: str = "Ghost"