hass-core/homeassistant/components/fibaro/manifest.json
rappenze e1340e6ed4
Replace fiblary3 with pyfibaro library (#83500)
* Replace fiblary3 with pyfibaro library

* Fix some missing replacements for pyfibaro library

* Remove debug code which was committed accidentially

* Use fibaro_parent_id in another place

* Fix some bugs

* Move more code to the library

* Move has_unit check to correct place
2023-02-11 22:13:12 +01:00

11 lines
295 B
JSON

{
"domain": "fibaro",
"name": "Fibaro",
"codeowners": ["@rappenze"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fibaro",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["pyfibaro"],
"requirements": ["pyfibaro==0.6.6"]
}