Home Assistant Unofficial Reference 2024.12.1
wiffi_strings.py
Go to the documentation of this file.
1 """Definition of string used in wiffi json telegrams."""
2 
3 # units of measurement
4 WIFFI_UOM_TEMP_CELSIUS = "gradC"
5 WIFFI_UOM_DEGREE = "grad"
6 WIFFI_UOM_PERCENT = "%"
7 WIFFI_UOM_MILLI_BAR = "mb"
8 WIFFI_UOM_LUX = "lux"