1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 17:56:30 +01:00
Files
core/homeassistant/components/owlet/const.py
T
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

7 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"