mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Deprecate travel_mode option (#8320)
* Deprecate travel_mode option The logs state that travel_mode is deprecated and mode should be used. * Update source/_components/sensor.google_travel_time.markdown Co-Authored-By: jarmovanlenthe <272197+jarmovanlenthe@users.noreply.github.com>
This commit is contained in:
parent
f6456a98bf
commit
e82c58b339
@ -54,7 +54,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
travel_mode:
|
||||
description: "You can choose between: `driving`, `walking`, `bicycling` or `transit`."
|
||||
description: "You can choose between: `driving`, `walking`, `bicycling` or `transit`. This method is now deprecated, use `mode` under `options`."
|
||||
required: false
|
||||
type: string
|
||||
options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user