mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 13:39:16 +00:00

Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
13 lines
272 B
Python
13 lines
272 B
Python
"""Constants for launch_library."""
|
|
|
|
DOMAIN = "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"
|