From 0b1855d4e144f12bfc6e50ca57b82962d4f794d0 Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Sun, 17 Mar 2019 01:33:23 -0700 Subject: [PATCH] Remove hass.config from aws_lambda notify payload (#8966) --- source/_components/notify.aws_lambda.markdown | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/source/_components/notify.aws_lambda.markdown b/source/_components/notify.aws_lambda.markdown index 7efd2f837c6..43baab3f033 100644 --- a/source/_components/notify.aws_lambda.markdown +++ b/source/_components/notify.aws_lambda.markdown @@ -56,7 +56,7 @@ name: default: notify type: string context: - description: An optional dictionary you can provide to pass custom context through to the Lambda function. The `context` dictionary (if any) is combined with the same data available at the `/api/config` HTTP API route. + description: An optional dictionary you can provide to pass custom context through to the Lambda function. required: false type: string {% endconfiguration %} @@ -82,15 +82,6 @@ The context will look like this: ```json { - "hass": { - "components": ["recorder", "logger", "http", "logbook", "api", "frontend"], - "latitude": 44.1234, - "location_name": "Home", - "longitude": 5.5678, - "unit_system": "metric", - "time_zone": "Europe/Zurich", - "version": "0.20.0.dev0" - }, "custom": { "two": "three", "test": "one"