diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 83c1b091acc..efe2500ff95 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -20,6 +20,20 @@ Sensors are a basic integration in Home Assistant. They monitor the states and c Some of these sensors are built-in to Home Assistant, some are created automatically when you add an integration (see this [list](/integrations/#sensor)), and some can be created manually. The [Statistics](/integrations/statistics) and [Template](/integrations/template) sensors are two examples of the last case. +## The state of a sensor entity + +The state of a sensor entity is its currently detected value, which can be either text or a number. + +
+
+Screenshot showing the state of a sensor entity in the developer tools.
+