From 947b718d5dfe6c5e9b699d4fa97ffc119050b145 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Wed, 16 Sep 2020 21:58:52 +0200 Subject: [PATCH] Add notes about Netatmo updates (#14506) --- source/_posts/2020-09-17-release-115.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_posts/2020-09-17-release-115.markdown b/source/_posts/2020-09-17-release-115.markdown index eaa575d8575..9044b9d44a5 100644 --- a/source/_posts/2020-09-17-release-115.markdown +++ b/source/_posts/2020-09-17-release-115.markdown @@ -470,7 +470,7 @@ If you use an older Android device and cannot upgrade to Home Assistant 0.115 or some control panels in the UI are visible this release. You can see the status and information of your network and nodes. There are also buttons to put your Z-Wave network in inclusion and exclusion mode and to refresh a node. - Thanks [@cgtobi]! + Thanks [@cgarwood]! - The stream component now supports audio! And if you use the latest Home Assistant Android app, the stream component now support H.265 streams. Amazing job [@uvjustin]! @@ -480,6 +480,11 @@ If you use an older Android device and cannot upgrade to Home Assistant 0.115 or - Basic support for controlling light effect has been added by [@mjg59]. - [@blueshiftlabs] added capabilities to control media player muting and relative-volume controls. +- The Netatmo integration was re-engineered and now has a new data handler to + reduce the number of API calls and also merge in webhook events to improve the + overall responsiveness. + It now comes with a light platform to control the outdoor camera flood light and  + contains services to set the home/away status of occupants as well as the outdoor camera mode. - Performance - Template parsing and entity tracking?