Update Rainforest Eagle to use eagle100 instead of uEagle (#70177)
parent
f7475a5bdb
commit
777c9c08ff
|
@ -821,8 +821,8 @@ build.json @home-assistant/supervisor
|
|||
/homeassistant/components/radiotherm/ @vinnyfuria
|
||||
/homeassistant/components/rainbird/ @konikvranik
|
||||
/homeassistant/components/raincloud/ @vanstinator
|
||||
/homeassistant/components/rainforest_eagle/ @gtdiehl @jcalbert
|
||||
/tests/components/rainforest_eagle/ @gtdiehl @jcalbert
|
||||
/homeassistant/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin
|
||||
/tests/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin
|
||||
/homeassistant/components/rainmachine/ @bachya
|
||||
/tests/components/rainmachine/ @bachya
|
||||
/homeassistant/components/random/ @fabaff
|
||||
|
|
|
@ -7,8 +7,8 @@ import logging
|
|||
import aioeagle
|
||||
import aiohttp
|
||||
import async_timeout
|
||||
from eagle100 import Eagle as Eagle100Reader
|
||||
from requests.exceptions import ConnectionError as ConnectError, HTTPError, Timeout
|
||||
from uEagle import Eagle as Eagle100Reader
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import CONF_HOST, CONF_TYPE
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"domain": "rainforest_eagle",
|
||||
"name": "Rainforest Eagle",
|
||||
"documentation": "https://www.home-assistant.io/integrations/rainforest_eagle",
|
||||
"requirements": ["aioeagle==1.1.0", "uEagle==0.0.2"],
|
||||
"codeowners": ["@gtdiehl", "@jcalbert"],
|
||||
"requirements": ["aioeagle==1.1.0", "eagle100==0.1.1"],
|
||||
"codeowners": ["@gtdiehl", "@jcalbert", "@hastarin"],
|
||||
"iot_class": "local_polling",
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
|
@ -11,5 +11,5 @@
|
|||
"macaddress": "D8D5B9*"
|
||||
}
|
||||
],
|
||||
"loggers": ["aioeagle", "uEagle"]
|
||||
"loggers": ["aioeagle", "eagle100"]
|
||||
}
|
||||
|
|
|
@ -571,6 +571,9 @@ dweepy==0.3.0
|
|||
# homeassistant.components.dynalite
|
||||
dynalite_devices==0.1.46
|
||||
|
||||
# homeassistant.components.rainforest_eagle
|
||||
eagle100==0.1.1
|
||||
|
||||
# homeassistant.components.ebusd
|
||||
ebusdpy==0.0.17
|
||||
|
||||
|
@ -2348,9 +2351,6 @@ twilio==6.32.0
|
|||
# homeassistant.components.twitch
|
||||
twitchAPI==2.5.2
|
||||
|
||||
# homeassistant.components.rainforest_eagle
|
||||
uEagle==0.0.2
|
||||
|
||||
# homeassistant.components.ukraine_alarm
|
||||
uasiren==0.0.1
|
||||
|
||||
|
|
|
@ -420,6 +420,9 @@ dsmr_parser==0.33
|
|||
# homeassistant.components.dynalite
|
||||
dynalite_devices==0.1.46
|
||||
|
||||
# homeassistant.components.rainforest_eagle
|
||||
eagle100==0.1.1
|
||||
|
||||
# homeassistant.components.elgato
|
||||
elgato==3.0.0
|
||||
|
||||
|
@ -1536,9 +1539,6 @@ twilio==6.32.0
|
|||
# homeassistant.components.twitch
|
||||
twitchAPI==2.5.2
|
||||
|
||||
# homeassistant.components.rainforest_eagle
|
||||
uEagle==0.0.2
|
||||
|
||||
# homeassistant.components.ukraine_alarm
|
||||
uasiren==0.0.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue