Files
owlet/custom_components/owlet/manifest.json
T
RyanClark123 9b3392bdbc Added new sensors
###Feature
* Added new sensors, binary sensor awake, is on if baby awake, off otherwise. Sensor sleep state, shows baby sleep state, options are awake, light sleep, deep sleep
2023-05-16 15:06:01 +01:00

17 lines
338 B
JSON

{
"domain": "owlet",
"name": "Owlet Smart Sock",
"codeowners": [
"@ryanbdclark"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://www.home-assistant.io/integrations/owlet",
"homekit": {},
"iot_class": "cloud_polling",
"requirements": [
"pyowletapi==2023.5.23"
],
"version":"2023.5.2"
}