v1.4.4
Release Notes
Added
- Added configurable TCP port monitoring per server.
- Users can now define one or more ports in the integration UI/options, for example
22, 80, 443. - The integration creates a dedicated binary sensor for each configured port:
binary_sensor.<server>_port_22_openbinary_sensor.<server>_port_80_openbinary_sensor.<server>_port_443_open
Details
- Port checks are performed from Home Assistant to the configured server host using TCP connectivity.
- This means the sensor reflects whether the port is actually reachable from Home Assistant, including firewall, routing, or network issues.
- Each port sensor includes diagnostic attributes such as protocol, response time, check source, and error details.
Improved
- Added validation for configured ports.
- Duplicate ports are automatically removed.
- Port lists can be entered using commas, spaces, semicolons, or line breaks.
- Updated documentation and translations for the new port monitoring option.
Breaking Changes
- None.
Full Changelog: v1.4.2...v1.4.4