The Vera component currently allows for exclusion of devices. I would like to have the option to exclude scenes as well.
The Vera Component discovery and device import does not include a way to exclude scenes. This is a problem because Vera will assign scenes with the same id’s as devices. Therefore, if excluding a device the way it is implemented now, the device that has the same id as a scene will be excluded from the import.
vera:
vera_controller_url: http://192.168.1.161:3480/
///Optional to exclude devices - this is a list of vera device ids
exclude: [ 13, 14, 16, 20, 23, 72, 73, 74, 75, 76, 77, 78, 88, 89, 99]
///Optional to import switches as lights - this is a list of vera device ids
lights: [15, 17, 19, 21, 22, 24, 26, 43, 64, 70, 87]