26f81c14bf
###Fix # In light of submitting this as a pull request to the core of HA there have been some refactoring changes to comply with HA's style requirements #Sensor names now moved to strings file to allow for translations #Coordinator now properly handles multiple devices #Spelling of signal strength sensor corrected ###Feature #Tests added
11 lines
283 B
JSON
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.6"
|
|
}
|