Bump mficlient to 0.5.0 (#123250)

This commit is contained in:
Joost Lekkerkerker
2024-08-06 16:28:37 +02:00
committed by GitHub
parent 2000db57c8
commit f9f3c7fb51
4 changed files with 3 additions and 6 deletions

View File

@ -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"]
}

View File

@ -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

View File

@ -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

View File

@ -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)
}