diff --git a/source/_integrations/gpslogger.markdown b/source/_integrations/gpslogger.markdown index ba18cd3b2b6..1b46c6f2000 100644 --- a/source/_integrations/gpslogger.markdown +++ b/source/_integrations/gpslogger.markdown @@ -25,7 +25,7 @@ After the launch, go to **General Options**. Enable **Start on bootup** and **St GPSLogger Settings

-Go to **Logging details** and disable **Log to GPX**, **Log to KML** and **Log to NMEA**. Enable **Log to custom URL**. +Go to **Logging details** and disable **Log to GPX**. Enable **Log to custom URL**.

@@ -60,7 +60,7 @@ Content-Type: application/x-www-form-urlencoded ``` - Make sure that **HTTP Method** is changed to `POST` -If your battery drains too fast then you can tune the performance of GPSLogger under **Performance** -> **Location providers** +If your battery drains too fast then you can tune the performance of GPSLogger under **Performance**.

diff --git a/source/_integrations/python_script.markdown b/source/_integrations/python_script.markdown index 17c43696999..477c6bb1e67 100644 --- a/source/_integrations/python_script.markdown +++ b/source/_integrations/python_script.markdown @@ -19,6 +19,12 @@ This integration allows you to write Python scripts that are exposed as services [hass-api]: /developers/development_hass_object/ [logger-api]: https://docs.python.org/3.4/library/logging.html#logger-objects +

+ +It is not possible to use Python imports with this integration. If you want to do more advanced scripts, you can take a look at [AppDaemon](/docs/ecosystem/appdaemon/) + +
+ ## Writing your first script - Add to `configuration.yaml`: `python_script:` diff --git a/source/images/integrations/gpslogger/custom-url.png b/source/images/integrations/gpslogger/custom-url.png index 74ca69e9e37..882387bbec9 100644 Binary files a/source/images/integrations/gpslogger/custom-url.png and b/source/images/integrations/gpslogger/custom-url.png differ diff --git a/source/images/integrations/gpslogger/logging-details.png b/source/images/integrations/gpslogger/logging-details.png index 82dfdecb5e4..495a00dae5a 100644 Binary files a/source/images/integrations/gpslogger/logging-details.png and b/source/images/integrations/gpslogger/logging-details.png differ diff --git a/source/images/integrations/gpslogger/performance.png b/source/images/integrations/gpslogger/performance.png index 94774be4612..81cd19f1f08 100644 Binary files a/source/images/integrations/gpslogger/performance.png and b/source/images/integrations/gpslogger/performance.png differ diff --git a/source/images/integrations/gpslogger/settings.png b/source/images/integrations/gpslogger/settings.png index 9fbeddb6ab2..52d2aea8549 100644 Binary files a/source/images/integrations/gpslogger/settings.png and b/source/images/integrations/gpslogger/settings.png differ