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