mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump mficlient to 0.5.0 (#123250)
This commit is contained in:
committed by
GitHub
parent
2000db57c8
commit
f9f3c7fb51
@ -5,5 +5,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/mfi",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["mficlient"],
|
||||
"requirements": ["mficlient==0.3.0"]
|
||||
"requirements": ["mficlient==0.5.0"]
|
||||
}
|
||||
|
@ -1327,7 +1327,7 @@ meteoalertapi==0.3.0
|
||||
meteofrance-api==1.3.0
|
||||
|
||||
# homeassistant.components.mfi
|
||||
mficlient==0.3.0
|
||||
mficlient==0.5.0
|
||||
|
||||
# homeassistant.components.xiaomi_miio
|
||||
micloud==0.5
|
||||
|
@ -1096,7 +1096,7 @@ melnor-bluetooth==0.0.25
|
||||
meteofrance-api==1.3.0
|
||||
|
||||
# homeassistant.components.mfi
|
||||
mficlient==0.3.0
|
||||
mficlient==0.5.0
|
||||
|
||||
# homeassistant.components.xiaomi_miio
|
||||
micloud==0.5
|
||||
|
@ -179,9 +179,6 @@ TODO = {
|
||||
"aiocache": AwesomeVersion(
|
||||
"0.12.2"
|
||||
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
|
||||
"mficlient": AwesomeVersion(
|
||||
"0.3.0"
|
||||
), # No license https://github.com/kk7ds/mficlient/issues/4
|
||||
"pyflic": AwesomeVersion("2.0.3"), # No OSI approved license CC0-1.0 Universal)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user