mirror of
https://github.com/home-assistant/core.git
synced 2025-06-23 22:47:09 +00:00
6 lines
63 B
Python
6 lines
63 B
Python
"""Constants for iss."""
|
|
|
|
DOMAIN = "iss"
|
|
|
|
DEFAULT_NAME = "ISS"
|