Fix Wolf Smart Set Authentication and Session Management (#115815)

* Fix Wolf Smart Set Authentication and Session Management

Fix in the library to respect Wolf API token lifetime and implement Session Management

* Updatie requirments

* Update Code Owner
This commit is contained in:
mtielen 2024-04-20 19:09:32 +02:00 committed by GitHub
parent 10be2cc004
commit d478b87af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -1582,8 +1582,8 @@ build.json @home-assistant/supervisor
/tests/components/wiz/ @sbidy
/homeassistant/components/wled/ @frenck
/tests/components/wled/ @frenck
/homeassistant/components/wolflink/ @adamkrol93
/tests/components/wolflink/ @adamkrol93
/homeassistant/components/wolflink/ @adamkrol93 @mtielen
/tests/components/wolflink/ @adamkrol93 @mtielen
/homeassistant/components/workday/ @fabaff @gjohansson-ST
/tests/components/workday/ @fabaff @gjohansson-ST
/homeassistant/components/worldclock/ @fabaff

View File

@ -1,10 +1,10 @@
{
"domain": "wolflink",
"name": "Wolf SmartSet Service",
"codeowners": ["@adamkrol93"],
"codeowners": ["@adamkrol93", "@mtielen"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wolflink",
"iot_class": "cloud_polling",
"loggers": ["wolf_comm"],
"requirements": ["wolf-comm==0.0.6"]
"requirements": ["wolf-comm==0.0.7"]
}

View File

@ -2866,7 +2866,7 @@ wirelesstagpy==0.8.1
wled==0.17.0
# homeassistant.components.wolflink
wolf-comm==0.0.6
wolf-comm==0.0.7
# homeassistant.components.wyoming
wyoming==1.5.3

View File

@ -2222,7 +2222,7 @@ wiffi==1.1.2
wled==0.17.0
# homeassistant.components.wolflink
wolf-comm==0.0.6
wolf-comm==0.0.7
# homeassistant.components.wyoming
wyoming==1.5.3