2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "smappee",
|
|
|
|
"name": "Smappee",
|
2020-06-17 11:28:28 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/smappee",
|
2020-06-17 11:28:28 +00:00
|
|
|
"dependencies": ["http"],
|
|
|
|
"requirements": [
|
2020-08-25 22:37:53 +00:00
|
|
|
"pysmappee==0.2.10"
|
2020-06-17 11:28:28 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@bsmappee"
|
2020-08-10 11:34:18 +00:00
|
|
|
],
|
|
|
|
"zeroconf": [
|
|
|
|
"_ssh._tcp.local."
|
2020-06-17 11:28:28 +00:00
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|