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: