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" |
Constants used by the Withings component.
| string homeassistant.components.withings.const.DEFAULT_TITLE = "Withings" |
| string homeassistant.components.withings.const.DOMAIN = "withings" |
| homeassistant.components.withings.const.LOGGER = logging.getLogger(__package__) |
| string homeassistant.components.withings.const.SCORE_POINTS = "points" |
| string homeassistant.components.withings.const.UOM_BEATS_PER_MINUTE = "bpm" |
| string homeassistant.components.withings.const.UOM_BREATHS_PER_MINUTE = "br/min" |
| string homeassistant.components.withings.const.UOM_FREQUENCY = "times" |