1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-15 04:51:20 +01:00
Files
core/homeassistant/components/iss/const.py
T
Italo Lombardi 0136e9c7eb ISS integration: better entity handling (#159050)
Co-authored-by: Ariel Ebersberger <ariel@ebersberger.io>
2026-03-04 17:46:48 +01:00

8 lines
93 B
Python

"""Constants for iss."""
DOMAIN = "iss"
DEFAULT_NAME = "ISS"
MAX_CONSECUTIVE_FAILURES = 5