mirror of
https://github.com/home-assistant/core.git
synced 2026-05-14 20:41:24 +01:00
c94c7fae1b
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
6 lines
63 B
Python
6 lines
63 B
Python
"""Constants for iss."""
|
|
|
|
DOMAIN = "iss"
|
|
|
|
DEFAULT_NAME = "ISS"
|