Fix europe authentication in Fujitsu FGLair (#127947)

This commit is contained in:
Antoine Reversat 2024-10-11 07:14:47 -04:00 committed by GitHub
parent 964d87ae10
commit 7341337b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -9,5 +9,5 @@ DOMAIN = "fujitsu_fglair"
CONF_REGION = "region"
CONF_EUROPE = "is_europe"
REGION_EU = "EU"
REGION_EU = "eu"
REGION_DEFAULT = "default"

View file

@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fujitsu_fglair",
"iot_class": "cloud_polling",
"requirements": ["ayla-iot-unofficial==1.4.1"]
"requirements": ["ayla-iot-unofficial==1.4.2"]
}

View file

@ -532,7 +532,7 @@ autarco==3.0.0
axis==62
# homeassistant.components.fujitsu_fglair
ayla-iot-unofficial==1.4.1
ayla-iot-unofficial==1.4.2
# homeassistant.components.azure_event_hub
azure-eventhub==5.11.1

View file

@ -481,7 +481,7 @@ autarco==3.0.0
axis==62
# homeassistant.components.fujitsu_fglair
ayla-iot-unofficial==1.4.1
ayla-iot-unofficial==1.4.2
# homeassistant.components.azure_event_hub
azure-eventhub==5.11.1