no default names?
Closed this issue · 1 comments
paqpaqpaq commented
Does this not work (this way) ?
"defaultValue": { "768506": { "name": "lamp 1" }, "767c6f": { "name": "lamp 2" } }
NeskireDK commented
Heres a sample of my config, where naming applies correctly both in web-ui and homekit.
{
"platform": "yeelight",
"name": "Yeelight",
"defaultValue": {
"color-2ebde5": {
"name": "1"
},
"color-d1fdaa": {
"name": "2"
},
"color-c3d9a7": {
"name": "3"
},
"color-eb4912": {
"name": "4"
}
}
}