diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown index 85460779b7c..ac837fa52e7 100644 --- a/source/_components/switch.command_line.markdown +++ b/source/_components/switch.command_line.markdown @@ -73,7 +73,7 @@ This switch will shutdown your host immediately, there will be no confirmation. switch: platform: command_line switches: - Home Assistant system shutdown: + home_assistant_system_shutdown: command_off: "/usr/sbin/poweroff" ``` @@ -87,7 +87,7 @@ This switch will control a local VLC media player ([Source](https://community.ho switch: platform: command_line switches: - VLC: + vlc: command_on: "cvlc 1.mp3 vlc://quit &" command_off: "pkill vlc" ```