Update Rainforest Eagle to use eagle100 instead of uEagle (#70177)

This commit is contained in:
Jon Benson 2022-05-25 08:48:54 +10:00 committed by GitHub
parent f7475a5bdb
commit 777c9c08ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View File

@ -821,8 +821,8 @@ build.json @home-assistant/supervisor
/homeassistant/components/radiotherm/ @vinnyfuria /homeassistant/components/radiotherm/ @vinnyfuria
/homeassistant/components/rainbird/ @konikvranik /homeassistant/components/rainbird/ @konikvranik
/homeassistant/components/raincloud/ @vanstinator /homeassistant/components/raincloud/ @vanstinator
/homeassistant/components/rainforest_eagle/ @gtdiehl @jcalbert /homeassistant/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin
/tests/components/rainforest_eagle/ @gtdiehl @jcalbert /tests/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin
/homeassistant/components/rainmachine/ @bachya /homeassistant/components/rainmachine/ @bachya
/tests/components/rainmachine/ @bachya /tests/components/rainmachine/ @bachya
/homeassistant/components/random/ @fabaff /homeassistant/components/random/ @fabaff

View File

@ -7,8 +7,8 @@ import logging
import aioeagle import aioeagle
import aiohttp import aiohttp
import async_timeout import async_timeout
from eagle100 import Eagle as Eagle100Reader
from requests.exceptions import ConnectionError as ConnectError, HTTPError, Timeout from requests.exceptions import ConnectionError as ConnectError, HTTPError, Timeout
from uEagle import Eagle as Eagle100Reader
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from homeassistant.const import CONF_HOST, CONF_TYPE from homeassistant.const import CONF_HOST, CONF_TYPE

View File

@ -2,8 +2,8 @@
"domain": "rainforest_eagle", "domain": "rainforest_eagle",
"name": "Rainforest Eagle", "name": "Rainforest Eagle",
"documentation": "https://www.home-assistant.io/integrations/rainforest_eagle", "documentation": "https://www.home-assistant.io/integrations/rainforest_eagle",
"requirements": ["aioeagle==1.1.0", "uEagle==0.0.2"], "requirements": ["aioeagle==1.1.0", "eagle100==0.1.1"],
"codeowners": ["@gtdiehl", "@jcalbert"], "codeowners": ["@gtdiehl", "@jcalbert", "@hastarin"],
"iot_class": "local_polling", "iot_class": "local_polling",
"config_flow": true, "config_flow": true,
"dhcp": [ "dhcp": [
@ -11,5 +11,5 @@
"macaddress": "D8D5B9*" "macaddress": "D8D5B9*"
} }
], ],
"loggers": ["aioeagle", "uEagle"] "loggers": ["aioeagle", "eagle100"]
} }

View File

@ -571,6 +571,9 @@ dweepy==0.3.0
# homeassistant.components.dynalite # homeassistant.components.dynalite
dynalite_devices==0.1.46 dynalite_devices==0.1.46
# homeassistant.components.rainforest_eagle
eagle100==0.1.1
# homeassistant.components.ebusd # homeassistant.components.ebusd
ebusdpy==0.0.17 ebusdpy==0.0.17
@ -2348,9 +2351,6 @@ twilio==6.32.0
# homeassistant.components.twitch # homeassistant.components.twitch
twitchAPI==2.5.2 twitchAPI==2.5.2
# homeassistant.components.rainforest_eagle
uEagle==0.0.2
# homeassistant.components.ukraine_alarm # homeassistant.components.ukraine_alarm
uasiren==0.0.1 uasiren==0.0.1

View File

@ -420,6 +420,9 @@ dsmr_parser==0.33
# homeassistant.components.dynalite # homeassistant.components.dynalite
dynalite_devices==0.1.46 dynalite_devices==0.1.46
# homeassistant.components.rainforest_eagle
eagle100==0.1.1
# homeassistant.components.elgato # homeassistant.components.elgato
elgato==3.0.0 elgato==3.0.0
@ -1536,9 +1539,6 @@ twilio==6.32.0
# homeassistant.components.twitch # homeassistant.components.twitch
twitchAPI==2.5.2 twitchAPI==2.5.2
# homeassistant.components.rainforest_eagle
uEagle==0.0.2
# homeassistant.components.ukraine_alarm # homeassistant.components.ukraine_alarm
uasiren==0.0.1 uasiren==0.0.1