Ver Fonte

doc: missing end quote

jamesread há 1 mês atrás
pai
commit
ad05659e74
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
 ----