mirror of
https://github.com/home-assistant/core.git
synced 2026-08-06 13:26:29 +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"
|