mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

* Move to Launch Library 2 * isort * Apply suggestions from code review * Add const to .coveragerc
11 lines
245 B
Python
11 lines
245 B
Python
"""Constants for launch_library."""
|
|
|
|
ATTR_AGENCY = "agency"
|
|
ATTR_AGENCY_COUNTRY_CODE = "agency_country_code"
|
|
ATTR_LAUNCH_TIME = "launch_time"
|
|
ATTR_STREAM = "stream"
|
|
|
|
ATTRIBUTION = "Data provided by Launch Library."
|
|
|
|
DEFAULT_NAME = "Next launch"
|