mirror of
https://github.com/usetrmnl/ha_core.git
synced 2026-08-13 23:18:52 -07:00
6 lines
98 B
Python
6 lines
98 B
Python
"""Constants for the IOmeter integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "iometer"
|