Lyr3x / Roode

A reliable smart home people counter based on VL53L1X and ESPHome
The Unlicense
149 stars 41 forks source link

Refactor vl531lx error sensor #113

Closed CarsonF closed 2 years ago

CarsonF commented 2 years ago
sensor:
  - platform: vl53l1x
    error:
      name: Sensor Error Code

Currently once an error is published it is not automatically reset. This was an oversight, but maybe it's fine? Errors should never be hit, so if they are they'll at least require a restart/reconfig so they'll be reset then...