Update AEMET library to latest version (#50222)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2021-05-17 11:07:53 +02:00 committed by GitHub
parent 059e7c925d
commit 4357d2dc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "AEMET OpenData",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/aemet",
"requirements": ["AEMET-OpenData==0.1.8"],
"requirements": ["AEMET-OpenData==0.2.1"],
"codeowners": ["@noltari"],
"iot_class": "cloud_polling"
}

View File

@ -2,7 +2,7 @@
-r requirements.txt
# homeassistant.components.aemet
AEMET-OpenData==0.1.8
AEMET-OpenData==0.2.1
# homeassistant.components.sht31
Adafruit-GPIO==1.0.3

View File

@ -4,7 +4,7 @@
-r requirements_test.txt
# homeassistant.components.aemet
AEMET-OpenData==0.1.8
AEMET-OpenData==0.2.1
# homeassistant.components.homekit
HAP-python==3.4.1