hass_flickerstrip/custom_components/flickerstrip/manifest.json

21 lines
538 B
JSON

{
"codeowners": ["@fifitido"],
"config_flow": true,
"dependencies": [],
"documentation": "https://git.fifitido.net/lib/hass_flickerstrip",
"domain": "flickerstrip",
"iot_class": "local_polling",
"name": "Flickerstrip",
"ssdp": [
{
"modelName": "Flickerstrip LED Strip",
"manufacturer": "HomeAutomaton",
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
}
],
"requirements": [
"git+https://git.fifitido.net/lib/flickerstrip-py@d808ca8ac8#egg=flickerstrip-py"
],
"version": "1.0.0"
}