Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants used by the Withings component."""
2 
3 import logging
4 
5 LOGGER = logging.getLogger(__package__)
6 
7 DEFAULT_TITLE = "Withings"
8 
9 DOMAIN = "withings"
10 
11 SCORE_POINTS = "points"
12 UOM_BEATS_PER_MINUTE = "bpm"
13 UOM_BREATHS_PER_MINUTE = "br/min"
14 UOM_FREQUENCY = "times"
15 UOM_MMHG = "mmhg"