Skip to content

Commit

Permalink
Add interval sensor type (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jan 22, 2023
1 parent cb98360 commit ebfcf46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aioecowitt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,5 @@ class EcoWittMapping:
"Yearly Rain Rate Piezo", EcoWittSensorTypes.RAIN_COUNT_MM
),
"runtime": EcoWittMapping("Runtime", EcoWittSensorTypes.INTERNAL),
"interval": EcoWittMapping("Interval", EcoWittSensorTypes.INTERNAL),
}

0 comments on commit ebfcf46

Please sign in to comment.