2022-08-16 18:08:35 +00:00
|
|
|
{
|
|
|
|
"domain": "fully_kiosk",
|
|
|
|
"name": "Fully Kiosk Browser",
|
2023-02-08 19:27:05 +00:00
|
|
|
"codeowners": ["@cgarwood"],
|
2022-08-16 18:08:35 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:27:05 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
}
|
|
|
|
],
|
2022-08-16 18:08:35 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/fullykiosk",
|
2022-08-17 01:19:23 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-02-15 10:11:04 +00:00
|
|
|
"mqtt": ["fully/deviceInfo/+"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"requirements": ["python-fullykiosk==0.0.12"]
|
2022-08-16 18:08:35 +00:00
|
|
|
}
|