mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Bump mficlient to 0.5.0 (#123250)
This commit is contained in:
parent
2000db57c8
commit
f9f3c7fb51
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/mfi",
|
"documentation": "https://www.home-assistant.io/integrations/mfi",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["mficlient"],
|
"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
|
meteofrance-api==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.mfi
|
# homeassistant.components.mfi
|
||||||
mficlient==0.3.0
|
mficlient==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.xiaomi_miio
|
# homeassistant.components.xiaomi_miio
|
||||||
micloud==0.5
|
micloud==0.5
|
||||||
|
@ -1096,7 +1096,7 @@ melnor-bluetooth==0.0.25
|
|||||||
meteofrance-api==1.3.0
|
meteofrance-api==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.mfi
|
# homeassistant.components.mfi
|
||||||
mficlient==0.3.0
|
mficlient==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.xiaomi_miio
|
# homeassistant.components.xiaomi_miio
|
||||||
micloud==0.5
|
micloud==0.5
|
||||||
|
@ -179,9 +179,6 @@ TODO = {
|
|||||||
"aiocache": AwesomeVersion(
|
"aiocache": AwesomeVersion(
|
||||||
"0.12.2"
|
"0.12.2"
|
||||||
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
|
), # 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)
|
"pyflic": AwesomeVersion("2.0.3"), # No OSI approved license CC0-1.0 Universal)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user