Skip to content

Commit 7341337

Browse files
authored
Fix europe authentication in Fujitsu FGLair (#127947)
1 parent 964d87a commit 7341337

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

homeassistant/components/fujitsu_fglair/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
CONF_REGION = "region"
1111
CONF_EUROPE = "is_europe"
12-
REGION_EU = "EU"
12+
REGION_EU = "eu"
1313
REGION_DEFAULT = "default"

homeassistant/components/fujitsu_fglair/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/fujitsu_fglair",
77
"iot_class": "cloud_polling",
8-
"requirements": ["ayla-iot-unofficial==1.4.1"]
8+
"requirements": ["ayla-iot-unofficial==1.4.2"]
99
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ autarco==3.0.0
532532
axis==62
533533

534534
# homeassistant.components.fujitsu_fglair
535-
ayla-iot-unofficial==1.4.1
535+
ayla-iot-unofficial==1.4.2
536536

537537
# homeassistant.components.azure_event_hub
538538
azure-eventhub==5.11.1

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ autarco==3.0.0
481481
axis==62
482482

483483
# homeassistant.components.fujitsu_fglair
484-
ayla-iot-unofficial==1.4.1
484+
ayla-iot-unofficial==1.4.2
485485

486486
# homeassistant.components.azure_event_hub
487487
azure-eventhub==5.11.1

0 commit comments

Comments
 (0)