* Support hybrid local push/pull switches using MQTT * Update homeassistant/components/fully_kiosk/entity.py Co-authored-by: Erik Montnemery <erik@montnemery.com> * Fix MQTT subscribe method --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>
16 lines
405 B
JSON
16 lines
405 B
JSON
{
|
|
"domain": "fully_kiosk",
|
|
"name": "Fully Kiosk Browser",
|
|
"after_dependencies": ["mqtt"],
|
|
"codeowners": ["@cgarwood"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/fully_kiosk",
|
|
"iot_class": "local_polling",
|
|
"mqtt": ["fully/deviceInfo/+"],
|
|
"requirements": ["python-fullykiosk==0.0.12"]
|
|
}
|