mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
homeassistant notify correct data keys (#1862)
This commit is contained in:
parent
fdc8fd5cbb
commit
dd630b3cfb
@ -85,7 +85,7 @@ calls straight from ESPHome :ref:`Automations <automation>`.
|
||||
- homeassistant.service:
|
||||
service: notify.html5
|
||||
data:
|
||||
title: Button was pressed
|
||||
message: Button was pressed
|
||||
# With templates and variables
|
||||
- homeassistant.service:
|
||||
service: notify.html5
|
||||
@ -262,7 +262,7 @@ straight from ESPHome :ref:`Automations <automation>`.
|
||||
- homeassistant.event:
|
||||
event: esphome.button_pressed
|
||||
data:
|
||||
title: Button was pressed
|
||||
message: Button was pressed
|
||||
|
||||
Configuration options:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user