Files
core/homeassistant/components/withings/const.py
2025-11-15 16:08:34 +01:00

15 lines
266 B
Python

"""Constants used by the Withings component."""
import logging
LOGGER = logging.getLogger(__package__)
DEFAULT_TITLE = "Withings"
DOMAIN = "withings"
SCORE_POINTS = "points"
UOM_BEATS_PER_MINUTE = "bpm"
UOM_BREATHS_PER_MINUTE = "br/min"
UOM_FREQUENCY = "times"