* Remove sensor-scaling, handled by the back-end * Correct assert-values * Update test-fixtures * Revert "Correct assert-values" This reverts commit f1a1891f73414f1b74482cf963cc800220b9196a. * Adapt value to the updated userdata set * Link to plugwise v0.8.5, update fixtures * Correct test-values * Fix typo
10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"domain": "plugwise",
|
|
"name": "Plugwise",
|
|
"documentation": "https://www.home-assistant.io/integrations/plugwise",
|
|
"requirements": ["plugwise==0.8.5"],
|
|
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra"],
|
|
"zeroconf": ["_plugwise._tcp.local."],
|
|
"config_flow": true
|
|
}
|