Fix europe authentication in Fujitsu FGLair (#127947)
This commit is contained in:
parent
964d87ae10
commit
7341337b5f
4 changed files with 4 additions and 4 deletions
|
@ -9,5 +9,5 @@ DOMAIN = "fujitsu_fglair"
|
|||
|
||||
CONF_REGION = "region"
|
||||
CONF_EUROPE = "is_europe"
|
||||
REGION_EU = "EU"
|
||||
REGION_EU = "eu"
|
||||
REGION_DEFAULT = "default"
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue