Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OStrama authored Oct 30, 2024
1 parent 70dff33 commit c5a72cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/weishaupt_modbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from homeassistant.core import HomeAssistant
from homeassistant.const import CONF_PREFIX

from .const import CONST, CONF_DEVICE_POSTFIX, CONF_KENNFELD_FILE
from .const import CONST, CONF_DEVICE_POSTFIX, CONF_KENNFELD_FILE, CONF_HK2, CONF_HK3, CONF_HK4, CONF_HK5
from .modbusobject import ModbusAPI

PLATFORMS: list[str] = [
Expand Down

0 comments on commit c5a72cf

Please sign in to comment.