Files
owlet/custom_components/owlet/manifest.json
T
RyanClark123 8d173174e2 Fixed binary sensors
### Fix
* Fixed issue with binary sensors not loading, caused by change to way the coordinators are stored
2023-05-30 13:46:48 +01:00

11 lines
283 B
JSON

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