From a438c64c86b86f0e3ae27d9cbe334b4e0c422578 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 6 Oct 2020 06:41:02 -0400 Subject: [PATCH] Remove unused States icon reference from Automation page (#14940) The states icon in the sidebar no longer exists as of Home Assistant 0.96 --- source/_docs/automation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation.markdown b/source/_docs/automation.markdown index b1589a70e91..81844501ffd 100644 --- a/source/_docs/automation.markdown +++ b/source/_docs/automation.markdown @@ -31,7 +31,7 @@ The difference between a condition and a trigger can be confusing as they are ve ### Exploring the internal state -Automation rules interact directly with the internal state of Home Assistant, so you'll need to familiarize yourself with it. Home Assistant exposes its current state via the developer tools. These are available at the bottom of the sidebar in the frontend. The icon will show all currently available states. An entity can be anything. A light, a switch, a person and even the sun. A state consists of the following parts: +Automation rules interact directly with the internal state of Home Assistant, so you'll need to familiarize yourself with it. Home Assistant exposes its current state via the developer tools. These are available at the bottom of the sidebar in the frontend. **Developer Tools** -> **States** will show all currently available states. An entity can be anything. A light, a switch, a person and even the sun. A state consists of the following parts: | Name | Description | Example | | ---- | ----- | ---- |