mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"domain": "netatmo",
|
|
"name": "Netatmo",
|
|
"documentation": "https://www.home-assistant.io/components/netatmo",
|
|
"requirements": [
|
|
"pyatmo==1.11"
|
|
],
|
|
"dependencies": [
|
|
"webhook"
|
|
],
|
|
"codeowners": []
|
|
}
|