This commit is contained in:
2025-05-03 11:22:07 +00:00
parent 3c4b52fccf
commit bb57fd1558
8 changed files with 22 additions and 12 deletions

View File

@@ -1 +1 @@
2025.1.4
2025.4.4

View File

@@ -519,7 +519,7 @@
entity_id: 47503c95c474e4f8bfba5f00c725a1d4
domain: light
- condition: time
after: 05:00:00
after: 06:12:00
before: 08:30:00
actions:
- action: light.turn_on

View File

@@ -1,3 +1,3 @@
turn_off_remote_pc: "ssh -i /config/ssh_keys/id_rsa_homeassistant -o 'StrictHostKeyChecking=no' homeassistant@192.168.178.87 sudo shutdown -h now"
start_comfy_ui: "ssh -i /config/ssh_keys/id_rsa_homeassistant -o 'StrictHostKeyChecking=no' homeassistant@192.168.178.87 bash -c 'cd /home/oster/git/ComfyUI;./start.sh; read x'"
start_comfy_ui: "ssh -i /config/ssh_keys/id_rsa_homeassistant -o 'StrictHostKeyChecking=no' homeassistant@192.168.178.87 'cd /opt/ComfyUI;./start-remote.sh'"
stop_comfy_ui: "echo 0"