vieira/homebridge-yeelight-wifi

no default names?

Closed this issue · 1 comments

Does this not work (this way) ?

"defaultValue": { "768506": { "name": "lamp 1" }, "767c6f": { "name": "lamp 2" } }

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"
                }
            }
        }