Skip to content

Commit f3ea461

Browse files
committed
Fix typo
1 parent 899ce08 commit f3ea461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise-beta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
_LOGGER = logging.getLogger(__name__)
2121

22-
PLATFORMS = ["binart_sensor", "climate", "sensor", "switch", "water_heater"]
22+
PLATFORMS = ["binary_sensor", "climate", "sensor", "switch", "water_heater"]
2323

2424

2525
async def async_setup(hass: HomeAssistant, config: dict):

0 commit comments

Comments
 (0)