mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Added documentation for new replace boolean (#28742)
This commit is contained in:
parent
0b8949f2f7
commit
3a81428591
@ -41,6 +41,11 @@ tap_action:
|
||||
description: "Path to navigate to (e.g., `/lovelace/0/`) when the `action` is defined as `navigate`"
|
||||
type: string
|
||||
default: none
|
||||
navigation_replace:
|
||||
required: false
|
||||
description: "Whether to replace the current page in the the history with the new URL when the `action` is defined as `navigate`"
|
||||
type: boolean
|
||||
default: none
|
||||
url_path:
|
||||
required: false
|
||||
description: "Path to navigate to (e.g., `https://www.home-assistant.io`) when the `action` is defined as `url`"
|
||||
@ -98,6 +103,11 @@ hold_action:
|
||||
description: "Path to navigate to (e.g., `/lovelace/0/`) when the `action` is defined as `navigate`"
|
||||
type: string
|
||||
default: none
|
||||
navigation_replace:
|
||||
required: false
|
||||
description: "Whether to replace the current page in the the history with the new URL when the `action` is defined as `navigate`"
|
||||
type: boolean
|
||||
default: none
|
||||
url_path:
|
||||
required: false
|
||||
description: "Path to navigate to (e.g., `https://www.home-assistant.io`) when the `action` is defined as `url`"
|
||||
@ -155,6 +165,11 @@ double_tap_action:
|
||||
description: "Path to navigate to (e.g., `/lovelace/0/`) when the `action` is defined as `navigate`"
|
||||
type: string
|
||||
default: none
|
||||
navigation_replace:
|
||||
required: false
|
||||
description: "Whether to replace the current page in the the history with the new URL when the `action` is defined as `navigate`"
|
||||
type: boolean
|
||||
default: none
|
||||
url_path:
|
||||
required: false
|
||||
description: "Path to navigate to (e.g., `https://www.home-assistant.io`) when the `action` is defined as `url`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user