Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.withings.const Namespace Reference

Variables

string DEFAULT_TITLE = "Withings"
 
string DOMAIN = "withings"
 
 LOGGER = logging.getLogger(__package__)
 
string SCORE_POINTS = "points"
 
string UOM_BEATS_PER_MINUTE = "bpm"
 
string UOM_BREATHS_PER_MINUTE = "br/min"
 
string UOM_FREQUENCY = "times"
 
string UOM_MMHG = "mmhg"
 

Detailed Description

Constants used by the Withings component.

Variable Documentation

◆ DEFAULT_TITLE

string homeassistant.components.withings.const.DEFAULT_TITLE = "Withings"

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.withings.const.DOMAIN = "withings"

Definition at line 9 of file const.py.

◆ LOGGER

homeassistant.components.withings.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.

◆ SCORE_POINTS

string homeassistant.components.withings.const.SCORE_POINTS = "points"

Definition at line 11 of file const.py.

◆ UOM_BEATS_PER_MINUTE

string homeassistant.components.withings.const.UOM_BEATS_PER_MINUTE = "bpm"

Definition at line 12 of file const.py.

◆ UOM_BREATHS_PER_MINUTE

string homeassistant.components.withings.const.UOM_BREATHS_PER_MINUTE = "br/min"

Definition at line 13 of file const.py.

◆ UOM_FREQUENCY

string homeassistant.components.withings.const.UOM_FREQUENCY = "times"

Definition at line 14 of file const.py.

◆ UOM_MMHG

string homeassistant.components.withings.const.UOM_MMHG = "mmhg"

Definition at line 15 of file const.py.