Releases: aholmes/hubitat2prom
Releases · aholmes/hubitat2prom
v1.2.6
Docker image. This Docker image is multi-arch. There is no secondary image for arm64.
- Add "presence" values.
- Fix issue with not reporting "power" values.
Full Changelog: v1.2.5...v1.2.6
v1.2.5
Docker image
- Fix missing numeric values for dynamic attributes. #9
- Fixed multi-arch Docker build
v1.2.3
- Add support for multi-arch Docker image
v1.2.2
- Add support for contact sensors
v1.2.1
- Resolved #2
Hubitat2prom does not parse errant string values for battery statuses correctly
v1.3.0-rc1
Add support for Flume devices.
Also:
* Established a pattern to maintain specialized behavior for specific device types (see GenericDevice, FlumeDevice)
* Device attributes can now be accessed and used like a Dictionary by casting to IDictionary
* Refactored to consolidate behavior of single-device and all-device queries
* Other minor refactorings
v1.2.0
Ensure dynamic properties for device attributes are serialized correc…
v1.1.0
Changed:
- All metrics reported are prefixed with
hubitat_
#1
v1.0.1
Fixed:
- Fixed crash when battery metric is not an int
- Removed unnecessary HTTP request to the Hubitat
Changed:
- Added more thorough documentation to code
- Renamed and refactored code the be more understandable
v1.0.0
Contains all the original functionality from the Python hubitat2prom.