mirror of
https://github.com/home-assistant/core.git
synced 2025-05-15 11:29:15 +00:00
9 lines
186 B
Python
9 lines
186 B
Python
"""Define flunearyou constants."""
|
|
import logging
|
|
|
|
DOMAIN = "flunearyou"
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
CATEGORY_CDC_REPORT = "cdc_report"
|
|
CATEGORY_USER_REPORT = "user_report"
|