From c25ce0aa078f7f5e1503d68f327f41f24df0ad74 Mon Sep 17 00:00:00 2001 From: Matt Olson Date: Mon, 7 Dec 2020 12:45:26 -0600 Subject: [PATCH] Fixed typo: Date -> Data (#747) --- docs/api/native-app-integration/sending-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/native-app-integration/sending-data.md b/docs/api/native-app-integration/sending-data.md index 4fcc1f52..1eddf425 100644 --- a/docs/api/native-app-integration/sending-data.md +++ b/docs/api/native-app-integration/sending-data.md @@ -159,7 +159,7 @@ Fire an event in Home Assistant. Please be mindful of the data structure as docu | Key | Type | Description | --- | ---- | ----------- | `event_type` | string | Type of the event to fire -| `event_data` | string | Date of the event to fire +| `event_data` | string | Data of the event to fire ## Render templates