Bump adguardhome to 0.4.0 (#30483)

This commit is contained in:
Franck Nijhof 2020-01-04 22:47:34 +01:00 committed by Paulus Schoutsen
parent 3b14d9f375
commit bf9418e51a
5 changed files with 10 additions and 17 deletions

View file

@ -61,7 +61,6 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool
password=entry.data[CONF_PASSWORD],
tls=entry.data[CONF_SSL],
verify_ssl=entry.data[CONF_VERIFY_SSL],
loop=hass.loop,
session=session,
)