jamesread 1 месяц назад
Родитель
Сommit
ad05659e74
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/modules/ROOT/pages/integrations/homeassistant.adoc

+ 1 - 1
docs/modules/ROOT/pages/integrations/homeassistant.adoc

@@ -14,7 +14,7 @@ First, you need to give your actions an ID. This is done by adding an `id` field
 ----
 actions:
   - id: "server_sleep"
-    title: "Server Sleep
+    title: "Server Sleep"
     icon: ping
     shell: ssh user@server "sudo systemctl suspend"
 ----