mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix europe authentication in Fujitsu FGLair (#127947)
This commit is contained in:
parent
964d87ae10
commit
7341337b5f
@ -9,5 +9,5 @@ DOMAIN = "fujitsu_fglair"
|
|||||||
|
|
||||||
CONF_REGION = "region"
|
CONF_REGION = "region"
|
||||||
CONF_EUROPE = "is_europe"
|
CONF_EUROPE = "is_europe"
|
||||||
REGION_EU = "EU"
|
REGION_EU = "eu"
|
||||||
REGION_DEFAULT = "default"
|
REGION_DEFAULT = "default"
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/fujitsu_fglair",
|
"documentation": "https://www.home-assistant.io/integrations/fujitsu_fglair",
|
||||||
"iot_class": "cloud_polling",
|
"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
|
axis==62
|
||||||
|
|
||||||
# homeassistant.components.fujitsu_fglair
|
# homeassistant.components.fujitsu_fglair
|
||||||
ayla-iot-unofficial==1.4.1
|
ayla-iot-unofficial==1.4.2
|
||||||
|
|
||||||
# homeassistant.components.azure_event_hub
|
# homeassistant.components.azure_event_hub
|
||||||
azure-eventhub==5.11.1
|
azure-eventhub==5.11.1
|
||||||
|
@ -481,7 +481,7 @@ autarco==3.0.0
|
|||||||
axis==62
|
axis==62
|
||||||
|
|
||||||
# homeassistant.components.fujitsu_fglair
|
# homeassistant.components.fujitsu_fglair
|
||||||
ayla-iot-unofficial==1.4.1
|
ayla-iot-unofficial==1.4.2
|
||||||
|
|
||||||
# homeassistant.components.azure_event_hub
|
# homeassistant.components.azure_event_hub
|
||||||
azure-eventhub==5.11.1
|
azure-eventhub==5.11.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user