From a70761176fb435148b6d37b14e81e7699103afaa Mon Sep 17 00:00:00 2001 From: shred86 <32663154+shred86@users.noreply.github.com> Date: Mon, 4 Nov 2019 01:31:59 -0800 Subject: [PATCH] Add two missing fields to events in Abode (#11094) Two new fields were added to events based on this PR: https://github.com/home-assistant/home-assistant/pull/28124 @libots If you could double check that these descriptions make sense, that would be much appreciated. I just based it off your description in the PR you made. :) --- source/_integrations/abode.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/abode.markdown b/source/_integrations/abode.markdown index 8d4f2ca3483..e39cfcbc33b 100644 --- a/source/_integrations/abode.markdown +++ b/source/_integrations/abode.markdown @@ -90,6 +90,8 @@ Field | Description `event_type` | The type of the event. `event_utc` | The UTC timestamp of the event. `user_name` | The Abode user that triggered the event, if applicable. +`app_type` | The Abode app that triggered the event (e.g. web app, iOS app, etc.). +`event_by` | The keypad user that triggered the event. `date` | The date of the event in the format `MM/DD/YYYY`. `time` | The time of the event in the format `HH:MM AM`.