From 97e2d20245e469592ad0c008de602e1a36a1f8b5 Mon Sep 17 00:00:00 2001 From: bestlibre Date: Mon, 2 Oct 2017 23:17:40 +0200 Subject: [PATCH] Apllication can *not* be installed (#3475) If I'm not mistaken application can not be installed to be used with the command_line sensor. Documentation stated otherwise --- source/hassio/run_local.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/run_local.markdown b/source/hassio/run_local.markdown index 00751ba6979..549213b22c8 100644 --- a/source/hassio/run_local.markdown +++ b/source/hassio/run_local.markdown @@ -9,7 +9,7 @@ sharing: true footer: true --- -Hass.io is a managed environment, which means that you can install applications that can be embedded into Home Assistant using the `command_line` sensor/switch. +Hass.io is a managed environment, which means that you can't install applications that can be embedded into Home Assistant using the `command_line` sensor/switch. There are two options if you need to run a script to read data from a sensor or send commands to other devices on Hass.io.