mirror of
https://github.com/home-assistant/core.git
synced 2026-09-05 04:51:05 +01:00
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
6 lines
94 B
Python
6 lines
94 B
Python
"""Constants for the Netio integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "netio"
|