21 lines
531 B
JSON
21 lines
531 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": [
|
|
"flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.3.0"
|
|
],
|
|
"version": "1.0.4"
|
|
}
|