Skip to content
Snippets Groups Projects
Unverified Commit 8862c5c4 authored by Allen Porter's avatar Allen Porter Committed by GitHub
Browse files

Remove unnecessary hass.data defaults from Rainbird (#131858)

parent 87320609
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,6 @@ def _async_register_clientsession_shutdown(
async def async_setup_entry(hass: HomeAssistant, entry: RainbirdConfigEntry) -> bool:
"""Set up the config entry for Rain Bird."""
hass.data.setdefault(DOMAIN, {})
clientsession = async_create_clientsession()
_async_register_clientsession_shutdown(hass, entry, clientsession)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment