mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 04:51:20 +01:00
0136e9c7eb
Co-authored-by: Ariel Ebersberger <ariel@ebersberger.io>
8 lines
93 B
Python
8 lines
93 B
Python
"""Constants for iss."""
|
|
|
|
DOMAIN = "iss"
|
|
|
|
DEFAULT_NAME = "ISS"
|
|
|
|
MAX_CONSECUTIVE_FAILURES = 5
|