From 7ad77a12595cb5213513c1951106b2fdd79df021 Mon Sep 17 00:00:00 2001 From: Mister Wil <1091741+MisterWil@users.noreply.github.com> Date: Sun, 24 Sep 2017 01:21:16 -0700 Subject: [PATCH] Added automation_id to possible exclude. (#3428) --- source/_components/abode.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/abode.markdown b/source/_components/abode.markdown index fc5d5d9beea..2d3df195cff 100644 --- a/source/_components/abode.markdown +++ b/source/_components/abode.markdown @@ -51,7 +51,7 @@ Configuration variables: - **password** (*Required*): Password for your Abode account. - **name** (*Optional*): The name for your alarm controller. - **polling** (*Optional*): Enable polling if cloud push updating is less reliable. Will update the devices once every 30 seconds. Defaults to False. -- **exclude** (*Optional*): A list of devices to exclude from Home Assistant by their Abode `device_id`, found within the component attributes. +- **exclude** (*Optional*): A list of devices to exclude from Home Assistant by their Abode `device_id` or `automation_id`, found within the component attributes. - **lights** (*Optional*): A list of switch devices that Home Assistant should treat as lights by the switches Abode `device_id`, found within the component attributes. ## {% linkable_title Events %} @@ -106,4 +106,4 @@ Trigger a quick action automation on your Abode system. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | No | String or list of strings that point at `entity_id`s of binary_sensors that represent your Abode quick actions. \ No newline at end of file +| `entity_id` | No | String or list of strings that point at `entity_id`s of binary_sensors that represent your Abode quick actions.