Releases: kelvan/ha-nodeping-status
Releases · kelvan/ha-nodeping-status
v0.1.2
v0.1.1
Bug fixes based on code review.
Changes
- Remove redundant name from config entry data
- Remove unused imports in binary_sensor and sensor
- Fix import order in
__init__.py - Use
content_type=Nonein JSON parsing to handle unexpected response content types - Fix missing
DOMAINimport in binary_sensor and sensor platforms
v0.1.0
Initial release of the NodePing Status integration for Home Assistant.
Features
- Binary sensor per check: reports up/down connectivity status
- Uptime sensors per check: today's uptime and 30-day (total) uptime percentage
- Config flow UI setup using a public NodePing report ID
- API validation during setup
- 15-minute polling interval