hass-core/homeassistant/components/launch_library/const.py
Simon Hansen b22a9b8669
Refactor Launch Library to use config flow (#62416)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-08 11:47:16 +01:00

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"