mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 01:05:18 +01:00
7 lines
177 B
Python
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'
|