Update mill library, fix consumption data (#50992)
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
parent
ecb24f01a3
commit
9b02fd86c5
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"domain": "mill",
|
"domain": "mill",
|
||||||
"name": "Mill",
|
"name": "Mill",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/mill",
|
"documentation": "https://www.home-assistant.io/integrations/mill",
|
||||||
"requirements": ["millheater==0.4.0"],
|
"requirements": ["millheater==0.4.1"],
|
||||||
"codeowners": ["@danielhiversen"],
|
"codeowners": ["@danielhiversen"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
|
|
@ -951,7 +951,7 @@ mficlient==0.3.0
|
||||||
miflora==0.7.0
|
miflora==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.mill
|
# homeassistant.components.mill
|
||||||
millheater==0.4.0
|
millheater==0.4.1
|
||||||
|
|
||||||
# homeassistant.components.minio
|
# homeassistant.components.minio
|
||||||
minio==4.0.9
|
minio==4.0.9
|
||||||
|
|
|
@ -520,7 +520,7 @@ meteofrance-api==1.0.2
|
||||||
mficlient==0.3.0
|
mficlient==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.mill
|
# homeassistant.components.mill
|
||||||
millheater==0.4.0
|
millheater==0.4.1
|
||||||
|
|
||||||
# homeassistant.components.minio
|
# homeassistant.components.minio
|
||||||
minio==4.0.9
|
minio==4.0.9
|
||||||
|
|
Loading…
Add table
Reference in a new issue