Add install.sh, HA config files, translate scripts to English, fix apt parsing

This commit is contained in:
GuiPoM
2026-06-01 23:30:00 +02:00
parent a05c54f7b1
commit 12717233af
14 changed files with 530 additions and 371 deletions
+22
View File
@@ -0,0 +1,22 @@
- sensor:
name: OMV System Updates
unique_id: omv_system_updates
icon: mdi:debian
command: "ssh -F /config/.ssh/config omv 'sudo nas-system-update'"
command_timeout: 60
scan_interval: 3600
value_template: "{{ value_json.count | default(0) }}"
json_attributes:
- packages
- reboot_required
- sensor:
name: OMV Docker Updates
unique_id: omv_docker_updates
icon: mdi:docker
command: "ssh -F /config/.ssh/config omv 'sudo nas-docker-pull'"
command_timeout: 300
scan_interval: 3600
value_template: "{{ value_json.count | default(0) }}"
json_attributes:
- containers