From 985e8d4747710f392f70020542b6e0b5d11e6521 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:20:06 +0200 Subject: [PATCH] Add generic weight device class (#1476) --- docs/core/entity/sensor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index 06a85ad6..0e48bccf 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -64,6 +64,7 @@ If specifying a device class, your sensor entity will need to also return the co | volatile_organic_compounds | µg/m³ | Concentration of volatile organic compounds | voltage | V | Voltage | volume | L, mL, gal, fl. oz., m³, ft³ | Generic volume +| weight | kg, g, mg, µg, oz, lb | Generic mass ### Available state classes