diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 9e04f7c3db2..46cf2ec4191 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -19,16 +19,16 @@ The way these sensors are displayed in the frontend can be modified in the [cust - **None**: Generic sensor. This is the default and doesn't need to be set. - **battery**: Percentage of battery that is left. +- **current**: Current in A. +- **energy**: Energy in Wh or kWh. - **humidity**: Percentage of humidity in the air. - **illuminance**: The current light level in lx or lm. - **signal_strength**: Signal strength in dB or dBm. - **temperature**: Temperature in °C or °F. - **power**: Power in W or kW. +- **power_factor**: Power factor in %. - **pressure**: Pressure in hPa or mbar. - **timestamp**: Datetime object or timestamp string (ISO 8601). -- **current**: Current in A. -- **energy**: Energy in Wh or kWh. -- **power_factor**: Power Factor in %. - **voltage**: Voltage in V.