mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add configuration_url to Waze Travel Time (#60376)
This commit is contained in:
parent
db0c82b88e
commit
b61375e5cb
@ -169,6 +169,7 @@ class WazeTravelTime(SensorEntity):
|
|||||||
entry_type=DeviceEntryType.SERVICE,
|
entry_type=DeviceEntryType.SERVICE,
|
||||||
name="Waze",
|
name="Waze",
|
||||||
identifiers={(DOMAIN, DOMAIN)},
|
identifiers={(DOMAIN, DOMAIN)},
|
||||||
|
configuration_url="https://www.waze.com",
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self, unique_id, name, origin, destination, waze_data):
|
def __init__(self, unique_id, name, origin, destination, waze_data):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user