Nikolay Vasilchuk 6a3c2d06e3 Ready (#8175)
2019-01-16 10:04:25 -08:00

1.3 KiB

layout title description date sidebar comments sharing footer
page Sensor Instructions on how to setup your sensors with Home Assistant. 2015-01-24 14:39 true false true true

Sensors are gathering information about states and conditions.

Home Assistant currently supports a wide range of sensors. They are able to display information which are provides by Home Assistant directly, are gathered from web services, and, of course, physical devices. Please check the sidebar for a full list of supported sensor platforms.

{% linkable_title Device Class %}

The way these sensors are displayed in the frontend can be modified in the customize section. The following device classes are supported for sensors:

  • None: Generic sensor. This is the default and doesn't need to be set.
  • battery: Percentage of battery that is left.
  • humidity: Percentage of humidity in the air.
  • illuminance: The current light level in lx or lm.
  • temperature: Temperature in °C or °F.
  • pressure: Pressure in hPa or mbar.
  • timestamp: Datetime object or timestamp string.

Example of various device class icons for sensors.