Remove injected logger in Ambient PWS and OpenUV (#56920)
* Remove injected log in OpenUV * Add Ambientpull/56963/head
parent
2874ca2e08
commit
80c97a2416
|
@ -75,7 +75,6 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
|
|||
config_entry.data[CONF_API_KEY],
|
||||
config_entry.data[CONF_APP_KEY],
|
||||
session=session,
|
||||
logger=LOGGER,
|
||||
),
|
||||
)
|
||||
hass.loop.create_task(ambient.ws_connect())
|
||||
|
|
|
@ -66,7 +66,6 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
|
|||
config_entry.data.get(CONF_LONGITUDE, hass.config.longitude),
|
||||
altitude=config_entry.data.get(CONF_ELEVATION, hass.config.elevation),
|
||||
session=websession,
|
||||
logger=LOGGER,
|
||||
),
|
||||
)
|
||||
await openuv.async_update()
|
||||
|
|
Loading…
Reference in New Issue