homeassistant notify correct data keys (#1862)

This commit is contained in:
Thane Gill 2022-02-19 03:38:27 -08:00 committed by GitHub
parent fdc8fd5cbb
commit dd630b3cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: