Skip to content

v1.5.0

Choose a tag to compare

@studiobts studiobts released this 28 Feb 12:16

New Features

  • Add support for ARP ping method, useful for local IP devices that don't respond to ICMP ping
  • Added the host_source attribute to track the origin of the host (config_entry, manual_entry, custom_resolver, zeroconf).
  • Added a configuration field to set the number of requests (number of packets) to send for each reachability check.
  • Add Chinese (Simplified) translation by @xhyyd2022 in #22

Bug Fixes

  • Improved log messages
  • Fix hostname regex to allow trailing dot
  • Refactoring the detection of state changes in the config entry by using an undocumented internal event to handle edge cases in the activation/deactivation of those config entries.

New Contributors