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"],
|
2021-04-22 08:12:13 +00:00
|
|
|
"requirements": [
|
2021-09-02 19:01:16 +00:00
|
|
|
"pysmappee==0.2.27"
|
2021-04-22 08:12:13 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@bsmappee"
|
|
|
|
],
|
2020-08-10 11:34:18 +00:00
|
|
|
"zeroconf": [
|
2021-04-15 08:21:38 +00:00
|
|
|
{
|
|
|
|
"type": "_ssh._tcp.local.",
|
|
|
|
"name": "smappee1*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "_ssh._tcp.local.",
|
|
|
|
"name": "smappee2*"
|
2021-04-22 08:12:13 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "_ssh._tcp.local.",
|
|
|
|
"name": "smappee50*"
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"iot_class": "cloud_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|