Skip to content

Commit a71c110

Browse files
committed
Add button platform to the auto loader
1 parent 12ae416 commit a71c110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/jbd_bms_ble/__init__.py

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

66
CODEOWNERS = ["@syssi"]
77

8-
AUTO_LOAD = ["binary_sensor", "sensor", "switch", "text_sensor"]
8+
AUTO_LOAD = ["binary_sensor", "button", "sensor", "switch", "text_sensor"]
99
MULTI_CONF = True
1010

1111
CONF_JBD_BMS_BLE_ID = "jbd_bms_ble_id"

0 commit comments

Comments
 (0)