1 """Constants for the P1 Monitor integration."""
3 from __future__
import annotations
5 from datetime
import timedelta
7 from typing
import Final
9 DOMAIN: Final =
"p1_monitor"
10 LOGGER = logging.getLogger(__package__)
13 SERVICE_SMARTMETER: Final =
"smartmeter"
14 SERVICE_WATERMETER: Final =
"watermeter"
15 SERVICE_PHASES: Final =
"phases"
16 SERVICE_SETTINGS: Final =
"settings"