parent
374b1cfd0c
commit
453f91a3ae
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/fujitsu_anywair/__init__.py
Normal file
1
homeassistant/components/fujitsu_anywair/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"""Fujitsu anywAIR virtual integration for Home Assistant."""
|
6
homeassistant/components/fujitsu_anywair/manifest.json
Normal file
6
homeassistant/components/fujitsu_anywair/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"domain": "fujitsu_anywair",
|
||||||
|
"name": "Fujitsu anywAIR",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "advantage_air"
|
||||||
|
}
|
|
@ -1941,6 +1941,11 @@
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"fujitsu_anywair": {
|
||||||
|
"name": "Fujitsu anywAIR",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "advantage_air"
|
||||||
|
},
|
||||||
"fully_kiosk": {
|
"fully_kiosk": {
|
||||||
"name": "Fully Kiosk Browser",
|
"name": "Fully Kiosk Browser",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue