1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-22 14:57:14 +00:00
2025-02-04 22:36:47 +00:00

6 lines
98 B
Python

"""Constants for the IOmeter integration."""
from typing import Final
DOMAIN: Final = "iometer"