What's Changed - v1.8.0
- Update zh-Hans.json by @xhyyd2022 in #48
- Added Italian translations file
- Add new optional "Total Failed Pings" sensor and related reset service
This new sensor counts every failed ping and does not reset automatically when the device comes back online. It exposes count_started_at, which stores when the current counting period started, and is useful to keep track of network stability and performance.
The counter can be reset from the generated reset button or programmatically:
service: device_pulse.reset_total_failed_pings
target:
entity_id: sensor.example_device_total_failed_pings