5 lines
95 B
Python
5 lines
95 B
Python
"""Constants for the Starlink integration."""
|
|
|
|
DOMAIN = "starlink"
|
|
|
|
ATTR_ALTITUDE = "altitude"
|