mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
fix? example of unsupported value : subtype type (#18019)
I think the "First button" in the text as it was, is inconsistent with the description after, should be "button_1"
This commit is contained in:
parent
9a16f903d3
commit
c986148d68
@ -36,7 +36,7 @@ topic:
|
||||
required: true
|
||||
type: string
|
||||
type:
|
||||
description: "The type of the trigger, e.g. `button_short_press`. Entries supported by the frontend: `button_short_press`, `button_short_release`, `button_long_press`, `button_long_release`, `button_double_press`, `button_triple_press`, `button_quadruple_press`, `button_quintuple_press`. If set to an unsupported value, will render as `subtype type`, e.g. `First button spammed` with `type` set to `spammed` and `subtype` set to `button_1`"
|
||||
description: "The type of the trigger, e.g. `button_short_press`. Entries supported by the frontend: `button_short_press`, `button_short_release`, `button_long_press`, `button_long_release`, `button_double_press`, `button_triple_press`, `button_quadruple_press`, `button_quintuple_press`. If set to an unsupported value, will render as `subtype type`, e.g. `button_1 spammed` with `type` set to `spammed` and `subtype` set to `button_1`"
|
||||
required: true
|
||||
type: string
|
||||
subtype:
|
||||
|
Loading…
x
Reference in New Issue
Block a user