Files
core/homeassistant/components/netio/const.py
T
3d3117f911 Add config flow to Netio using the JSON API (#177043)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-08-24 15:36:43 +02:00

6 lines
94 B
Python

"""Constants for the Netio integration."""
from typing import Final
DOMAIN: Final = "netio"