50fe1a8765
### Feature * Support added for V2 sock * Added tests for binary sensors ### Fix * Bumping pyowletapi to 2023.11.4 to allow V2 support * Refactoring * Corrected spelling of sock disconnected sensor
15 lines
366 B
JSON
15 lines
366 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",
|
|
"issue_tracker": "https://github.com/ryanbdclark/owlet/issues",
|
|
"requirements": [
|
|
"pyowletapi==2023.11.4"
|
|
],
|
|
"version": "2023.11.2"
|
|
} |