Add infrastructure stack and planning updates

This commit is contained in:
2026-04-21 19:31:56 +02:00
parent c82c8a66e5
commit ab76023b12
15 changed files with 1718 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
- binary_sensor:
name: MQTT Broker TCP
unique_id: mqtt_broker_tcp
device_class: connectivity
# Opdater host hvis MQTT-brokeren flyttes til en anden maskine.
command: >-
python3 -c "import socket; s=socket.socket(); s.settimeout(2);
print('ON' if s.connect_ex(('10.0.0.142', 1883)) == 0 else 'OFF')"
payload_on: "ON"
payload_off: "OFF"
scan_interval: 60