mirror of
https://github.com/home-assistant/core.git
synced 2025-05-14 10:59:15 +00:00

* Improve local calendar based on local todo review feedback * Revert fakestore change to diagnose timeout * Revert init changes * Revert and add assert
7 lines
150 B
Python
7 lines
150 B
Python
"""Constants for the Local Calendar integration."""
|
|
|
|
DOMAIN = "local_calendar"
|
|
|
|
CONF_CALENDAR_NAME = "calendar_name"
|
|
CONF_STORAGE_KEY = "storage_key"
|