diff options
Diffstat (limited to 'src/constants.rs')
| -rw-r--r-- | src/constants.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs index 30ba4f1..09636ea 100644 --- a/src/constants.rs +++ b/src/constants.rs | |||
| @@ -302,3 +302,6 @@ pub const HA_UNIT_WEIGHT_STONE: &str = "st"; | |||
| 302 | 302 | ||
| 303 | // Light | 303 | // Light |
| 304 | pub const HA_UNIT_LIGHT_LUX: &str = "lx"; | 304 | pub const HA_UNIT_LIGHT_LUX: &str = "lx"; |
| 305 | |||
| 306 | // Signal Strength | ||
| 307 | pub const HA_UNIT_SIGNAL_STRENGTH_DBM: &str = "dBm"; | ||
