We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899ce08 commit f3ea461Copy full SHA for f3ea461
custom_components/plugwise-beta/__init__.py
@@ -19,7 +19,7 @@
19
20
_LOGGER = logging.getLogger(__name__)
21
22
-PLATFORMS = ["binart_sensor", "climate", "sensor", "switch", "water_heater"]
+PLATFORMS = ["binary_sensor", "climate", "sensor", "switch", "water_heater"]
23
24
25
async def async_setup(hass: HomeAssistant, config: dict):
0 commit comments