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