From 68fd39e3215154d4cb56255770879308ba244f54 Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Thu, 7 Nov 2019 01:42:42 -0800 Subject: [PATCH] Upgrade greeneye_monitor to 1.0.1 (#28600) This release has a fix for a crash we were seeing occasionally, and a totally revamped packet handler which should be more robust and CPU-efficient. Fixes #25887 --- homeassistant/components/greeneye_monitor/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/greeneye_monitor/manifest.json b/homeassistant/components/greeneye_monitor/manifest.json index 1e9569e8509..eb5f19bc1ee 100644 --- a/homeassistant/components/greeneye_monitor/manifest.json +++ b/homeassistant/components/greeneye_monitor/manifest.json @@ -3,7 +3,7 @@ "name": "Greeneye monitor", "documentation": "https://www.home-assistant.io/integrations/greeneye_monitor", "requirements": [ - "greeneye_monitor==1.0" + "greeneye_monitor==1.0.1" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index a27f5aa4af2..ca1ae68e4a6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -595,7 +595,7 @@ gpiozero==1.5.1 gps3==0.33.3 # homeassistant.components.greeneye_monitor -greeneye_monitor==1.0 +greeneye_monitor==1.0.1 # homeassistant.components.greenwave greenwavereality==0.5.1