mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 23:07:27 +01:00
Add configuration_url to Waze Travel Time (#60376)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user