hass-core/homeassistant/components/wolflink/manifest.json
Adam Król 986c4a8f29
Support Wolflink reconnection after unexpected failure (#47011)
* Support reconnection after unexpected fails

* Update session at every call. Support Offline devices

* Remove unnecessary else branch

* Clean typing

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-06-17 05:24:17 +02:00

9 lines
269 B
JSON

{
"domain": "wolflink",
"name": "Wolf SmartSet Service",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wolflink",
"requirements": ["wolf_smartset==0.1.11"],
"codeowners": ["@adamkrol93"],
"iot_class": "cloud_polling"
}