core/homeassistant/components/owlet/const.py

7 lines
177 B
Python
Raw Normal View History

2019-02-16 09:12:16 +00:00
"""Constants for Owlet component."""
2019-07-31 19:25:30 +00:00
SENSOR_OXYGEN_LEVEL = "oxygen_level"
SENSOR_HEART_RATE = "heart_rate"
2019-02-16 09:12:16 +00:00
2019-07-31 19:25:30 +00:00
SENSOR_BASE_STATION = "base_station_on"
SENSOR_MOVEMENT = "movement"