Files
owlet/custom_components/owlet/manifest.json
T
RyanClark123 6b343a76ca Fix for errors after refactoring of api
### Fix
* Changes to stop errors after refactoring pyowletapi
2025-04-11 13:50:59 +01:00

16 lines
352 B
JSON

{
"domain": "owlet",
"name": "Owlet Smart Sock",
"codeowners": [
"@ryanbdclark"
],
"config_flow": true,
"documentation":"https://github.com/ryanbdclark/owlet",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ryanbdclark/owlet/issues",
"requirements": [
"pyowletapi==2025.4.0"
],
"version": "2025.4.1"
}