From a255585ab6dedd950b7d181d8e35593f0a1dff1d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 24 Sep 2025 22:15:29 -0400 Subject: [PATCH] Remove some more domains from common controls (#152927) --- homeassistant/components/usage_prediction/common_control.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/usage_prediction/common_control.py b/homeassistant/components/usage_prediction/common_control.py index 995d3c5a559c..9d86b5f27666 100644 --- a/homeassistant/components/usage_prediction/common_control.py +++ b/homeassistant/components/usage_prediction/common_control.py @@ -38,13 +38,11 @@ ALLOWED_DOMAINS = { Platform.ALARM_CONTROL_PANEL, Platform.BINARY_SENSOR, Platform.BUTTON, - Platform.CALENDAR, Platform.CAMERA, Platform.CLIMATE, Platform.COVER, Platform.FAN, Platform.HUMIDIFIER, - Platform.IMAGE, Platform.LAWN_MOWER, Platform.LIGHT, Platform.LOCK, @@ -55,7 +53,6 @@ ALLOWED_DOMAINS = { Platform.SENSOR, Platform.SIREN, Platform.SWITCH, - Platform.TEXT, Platform.VACUUM, Platform.VALVE, Platform.WATER_HEATER,