You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.