9b3392bdbc
###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
17 lines
338 B
JSON
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"
|
|
}
|