Fix checks

This commit is contained in:
Andre Basche 2024-03-30 20:25:08 +01:00
parent a746584833
commit 54dd406ec2
7 changed files with 16 additions and 16 deletions

View file

@ -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()