vojtamolda / homebridge-ecobee3-sensors

Homebridge plugin that exposes Ecobee 3 sensors as HomeKit accessories.
https://www.npmjs.com/package/homebridge-ecobee3-sensors
MIT License
26 stars 15 forks source link

Remove Equipment compcool1 and Equipment Fan Contact Accessories? #47

Open farberm opened 1 year ago

farberm commented 1 year ago

I am trying to get these two contact accessories to not show up in homebridge. I cannot figure out how to remove/stop them from appearing... I have excluded thermostat and equipment sensors but they still show up...

"platform": "Ecobee 3 Sensors", "name": "Ecobee", "exclude_sensors": true, "exclude_humidity_sensors": false, "exclude_occupancy_sensors": false, "exclude_temperature_sensors": false, "exclude_thermostat": true, "exclude_equipment_sensors": true, "update_frequency": 30, "log_level": 1