michbeck100/pimatic-echo

Feature request: ex- or include device

xCite1986 opened this issue · 3 comments

it would be nice to ex- or include devices that some devices are not recognized by alexa.

"devices": [
  {
    "id": "switch",
    "class": "DummySwitch",
    "name": "Switch",
    "echo": {
       "include": true
    }
  }
]

Implemented with version 0.0.3

By default all supported devices are included and you have to set an exclude flag. See README.md for help.

thx, great job 👍