mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Corrected automation for input button (#21462)
This commit is contained in:
parent
a9611e611e
commit
51accc7410
@ -67,7 +67,7 @@ means we can use it in our automations. For example:
|
||||
```yaml
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: button.my_button
|
||||
entity_id: input_button.my_button
|
||||
action:
|
||||
- service: notify.frenck
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user