Add binary sensor for Server 243 online/offline status

This commit is contained in:
2025-12-15 12:10:01 +11:00
parent f87b2c659b
commit 5ba5532e60

View File

@@ -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