Skip to content

Commit

Permalink
2.1.4 fix await async_forward_entry_setups
Browse files Browse the repository at this point in the history
  • Loading branch information
myTselection committed Jul 18, 2024
1 parent f171d52 commit b91955d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/pixometer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def async_unload_entry(hass: HomeAssistant, config_entry: ConfigEntry):

async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> bool:
"""Set up component as config entry."""
await hass.config_entries.async_forward_entry_setup(config_entry, Platform.SENSOR)
await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)

return True

Expand Down
2 changes: 1 addition & 1 deletion custom_components/pixometer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/myTselection/pixometer/issues",
"requirements": [],
"version": "2.1.3"
"version": "2.1.4"
}

0 comments on commit b91955d

Please # to comment.