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 +Screenshot showing the state of a sensor entity in the developer tools. +

+ +In addition, the entity can have the following states: + +- **Unavailable**: The entity is currently unavailable. +- **Unknown**: The state is not yet known. + ## Device class {% include integrations/device_class_intro.md %} diff --git a/source/images/integrations/sensor/state_sensor.png b/source/images/integrations/sensor/state_sensor.png new file mode 100644 index 00000000000..faff37850a7 Binary files /dev/null and b/source/images/integrations/sensor/state_sensor.png differ