sahilchaddha / homebridge-yeelight-platform

Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
MIT License
58 stars 7 forks source link

naming devices #13

Open b2un0 opened 5 years ago

b2un0 commented 5 years ago

Is your feature request related to a problem? Please describe. in combination with homebridge-alexa i can't use devices from this plugin with "alexa, turn on Bedside Lamp"

Screenshot from https://alexa.amazon.de -> Smart Home -> Devices 2019-01-16 at 08 57

Describe the solution you'd like

a defaultValue array like homebridge-mi-aqara has

{
  "platform": "Yeelight-Platform",
  "defaultValue": {
    "0x0000000005684263": {
      "name": "Bedside Lamp",
      "addResetSwitch": true,
      "shouldTurnOff": true,
      "scenes": []
    }
  }
}
sahilchaddha commented 5 years ago

Noted. Please expect this feature in future release. @b2un0

netzpixel commented 4 years ago

Is this a feature right now?