Add configuration_url to Waze Travel Time (#60376)

pull/60383/head
Matt 2021-11-25 23:03:52 +00:00 committed by GitHub
parent db0c82b88e
commit b61375e5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class WazeTravelTime(SensorEntity):
entry_type=DeviceEntryType.SERVICE,
name="Waze",
identifiers={(DOMAIN, DOMAIN)},
configuration_url="https://www.waze.com",
)
def __init__(self, unique_id, name, origin, destination, waze_data):