Move to Launch Library 2 (#42723)
* Move to Launch Library 2 * isort * Apply suggestions from code review * Add const to .coveragerc
This commit is contained in:
parent
cd675f9175
commit
a199d7af59
5 changed files with 52 additions and 36 deletions
10
homeassistant/components/launch_library/const.py
Normal file
10
homeassistant/components/launch_library/const.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
"""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"
|
Loading…
Add table
Add a link
Reference in a new issue