mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-31 06:48:21 -04:00
Fix checks
This commit is contained in:
parent
a746584833
commit
54dd406ec2
7 changed files with 16 additions and 16 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue