diff --git a/homeassistant/components/p1_monitor/const.py b/homeassistant/components/p1_monitor/const.py index c2a6141e1357..979d08431fa4 100644 --- a/homeassistant/components/p1_monitor/const.py +++ b/homeassistant/components/p1_monitor/const.py @@ -15,10 +15,3 @@ SERVICE_WATERMETER: Final = "watermeter" SERVICE_PHASES: Final = "phases" SERVICE_SETTINGS: Final = "settings" - -# SERVICES: dict[str, str] = { -# SERVICE_SMARTMETER: "SmartMeter", -# SERVICE_WATERMETER: "WaterMeter", -# SERVICE_PHASES: "Phases", -# SERVICE_SETTINGS: "Settings", -# }