mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Update AEMET library to latest version (#50222)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
059e7c925d
commit
4357d2dc84
@ -3,7 +3,7 @@
|
|||||||
"name": "AEMET OpenData",
|
"name": "AEMET OpenData",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/aemet",
|
"documentation": "https://www.home-assistant.io/integrations/aemet",
|
||||||
"requirements": ["AEMET-OpenData==0.1.8"],
|
"requirements": ["AEMET-OpenData==0.2.1"],
|
||||||
"codeowners": ["@noltari"],
|
"codeowners": ["@noltari"],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
# homeassistant.components.aemet
|
# homeassistant.components.aemet
|
||||||
AEMET-OpenData==0.1.8
|
AEMET-OpenData==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.sht31
|
# homeassistant.components.sht31
|
||||||
Adafruit-GPIO==1.0.3
|
Adafruit-GPIO==1.0.3
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
-r requirements_test.txt
|
-r requirements_test.txt
|
||||||
|
|
||||||
# homeassistant.components.aemet
|
# homeassistant.components.aemet
|
||||||
AEMET-OpenData==0.1.8
|
AEMET-OpenData==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
HAP-python==3.4.1
|
HAP-python==3.4.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user