mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"domain": "mysensors",
|
|
"name": "Mysensors",
|
|
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
|
"requirements": [
|
|
"pymysensors==0.18.0"
|
|
],
|
|
"dependencies": [],
|
|
"after_dependencies": [
|
|
"mqtt"
|
|
],
|
|
"codeowners": [
|
|
"@MartinHjelmare"
|
|
]
|
|
}
|