mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Sets Lovelace button entity configuration variable to optional (#12465)
This commit is contained in:
parent
01a251b0c3
commit
c5b7ddb8f7
@ -22,7 +22,7 @@ type:
|
||||
description: button
|
||||
type: string
|
||||
entity:
|
||||
required: true
|
||||
required: false
|
||||
description: Home Assistant entity ID.
|
||||
type: string
|
||||
name:
|
||||
@ -94,7 +94,6 @@ tap_action:
|
||||
service: script.turn_on
|
||||
service_data:
|
||||
entity_id: script.turn_off_lights
|
||||
entity: script.turn_off_lights
|
||||
```
|
||||
|
||||
<p class='img'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user