1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00

Add harmony configuration url (#60014)

This commit is contained in:
J. Nick Koston 2021-11-20 08:34:09 -06:00 committed by GitHub
parent f305d99af9
commit bf79db4226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ class HarmonyData(HarmonySubscriberMixin):
sw_version=self._client.hub_config.info.get(
"hubSwVersion", self._client.fw_version
),
configuration_url="https://www.logitech.com/en-us/my-account",
)
async def connect(self) -> bool: