From 0f57b55b4cdf6ca1a6844a8acf96c53b3b7676f2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 25 May 2021 14:40:54 +0200 Subject: [PATCH] Add minimal message of the day (#1373) Add a minimal motd so users know what kind of system they just logged in. Also add the hint that the Home Assistant CLI is still available using the command ha. --- buildroot-external/rootfs-overlay/etc/motd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 buildroot-external/rootfs-overlay/etc/motd diff --git a/buildroot-external/rootfs-overlay/etc/motd b/buildroot-external/rootfs-overlay/etc/motd new file mode 100644 index 000000000..0f3181e63 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/motd @@ -0,0 +1,3 @@ +Welcome to Home Assistant OS. + +Use `ha` to access the Home Assistant CLI.