mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Replace duplicated strings and fix "street name" in waze_travel_time
(#149512)
This commit is contained in:
parent
dbb5730389
commit
a060f7486f
@ -103,12 +103,12 @@
|
|||||||
"description": "Whether to avoid subscription roads."
|
"description": "Whether to avoid subscription roads."
|
||||||
},
|
},
|
||||||
"incl_filter": {
|
"incl_filter": {
|
||||||
"name": "[%key:component::waze_travel_time::options::step::init::data::incl_filter%]",
|
"name": "Streets to include",
|
||||||
"description": "Exact streetname which must be part of the selected route."
|
"description": "[%key:component::waze_travel_time::options::step::init::data::incl_filter%]"
|
||||||
},
|
},
|
||||||
"excl_filter": {
|
"excl_filter": {
|
||||||
"name": "[%key:component::waze_travel_time::options::step::init::data::excl_filter%]",
|
"name": "Streets to exclude",
|
||||||
"description": "Exact streetname which must NOT be part of the selected route."
|
"description": "[%key:component::waze_travel_time::options::step::init::data::excl_filter%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user