hass-core/homeassistant/components/tami4/manifest.json
Guy Shefer 7e1806229b
Fix Tami4 component breaking API changes (#119158)
* fix tami4 api breaking changes

* fix tests
2024-06-08 16:52:15 -04:00

9 lines
252 B
JSON

{
"domain": "tami4",
"name": "Tami4 Edge / Edge+",
"codeowners": ["@Guy293"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tami4",
"iot_class": "cloud_polling",
"requirements": ["Tami4EdgeAPI==3.0"]
}