Skip to content

Commit

Permalink
async_forward_entry_setups
Browse files Browse the repository at this point in the history
  • Loading branch information
hokiebrian committed Jul 12, 2024
1 parent cf2f2e3 commit cacf69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/eia_hourly_demand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def async_setup_entry(hass, entry):
hass.data[DOMAIN][entry.entry_id] = entry.data

# Forward the setup to the sensor platform
await hass.config_entries.async_forward_entry_setup(entry, "sensor")
await hass.config_entries.async_forward_entry_setups(entry, ["sensor"])

return True

Expand Down
2 changes: 1 addition & 1 deletion custom_components/eia_hourly_demand/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/hokiebrian/eia_hourly_demand/issues",
"requirements": [],
"version": "1.0.14"
"version": "1.0.15"
}

0 comments on commit cacf69b

Please sign in to comment.