Denis Wong

Results 4 comments of Denis Wong

I'm getting this issue too, but I'm not sure if it's related to HA. I got a pair of MSL120 bulbs and paired them right away to HA using this...

Seems better in v65b12 for the first dialog - it's just the area around the warning that is white. The popup dialog remains as is.

You have to toggle the dropdown to 'everything.' Here's an example from Windows, 66.0b9: ![2019-02-20 21_35_05-window](https://user-images.githubusercontent.com/6377466/53139407-8ddcde80-3557-11e9-836b-00bf805d5822.png)

I've worked around this for now by modifying the references to `activePattern` as such: `value: this.state.name || (activePattern ? activePattern.get('name') : '')` Seems to work, but whenever I create a...