hass-core/homeassistant/components/owlet/const.py
2019-02-16 10:12:16 +01:00

6 lines
177 B
Python

"""Constants for Owlet component."""
SENSOR_OXYGEN_LEVEL = 'oxygen_level'
SENSOR_HEART_RATE = 'heart_rate'
SENSOR_BASE_STATION = 'base_station_on'
SENSOR_MOVEMENT = 'movement'