Skip to content

Commit

Permalink
fix setup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Nov 4, 2023
1 parent 1303f07 commit 253afe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/idm_heatpump/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
SensorFeatures, # noqa: F401
)

CONFIG_SCHEMA = cv.config_entry_only_config_schema
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)


async def async_setup(hass: HomeAssistant, config: Config): # pylint: disable=unused-argument
Expand Down

0 comments on commit 253afe7

Please sign in to comment.