mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 20:46:53 +02:00
Fix checks
This commit is contained in:
@@ -36,7 +36,7 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool
|
||||
password=entry.data[CONF_PASSWORD],
|
||||
mobile_id=MOBILE_ID,
|
||||
session=session,
|
||||
# test_data_path=Path(config_dir),
|
||||
test_data_path=Path(config_dir),
|
||||
refresh_token=entry.data.get(CONF_REFRESH_TOKEN, ""),
|
||||
).create()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user