diff --git a/packages/openhardwaremonitor.yaml b/packages/openhardwaremonitor.yaml index aaf5090..e17f868 100644 --- a/packages/openhardwaremonitor.yaml +++ b/packages/openhardwaremonitor.yaml @@ -199,3 +199,11 @@ rest: {% endfor %} {{ ns.value if ns.found else 'unknown' }} icon: mdi:thermometer + +# Binary sensor for Server 243 online/offline status +binary_sensor: + - platform: ping + host: 10.0.0.243 + name: "Server 243 Status" + count: 2 + scan_interval: 60