1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/wolflink/manifest.json
EnjoyingM 5438532780 Bump wolf-comm to 0.0.23 (#140840)
* Bump wolf-comm to 0.0.23

* fix test for new lib
2025-03-18 11:22:32 +02:00

11 lines
305 B
JSON

{
"domain": "wolflink",
"name": "Wolf SmartSet Service",
"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.23"]
}