1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/laundrify/manifest.json
xLarry 276f6c7ee7 Update laundrify_aio to v1.2.2 (#121068)
* refactor: upgrade laundrify_aio to v1.2.1

* refactor: update laundrify_aio to v1.2.2
2024-07-04 22:08:50 +02:00

10 lines
254 B
JSON

{
"domain": "laundrify",
"name": "laundrify",
"codeowners": ["@xLarry"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/laundrify",
"iot_class": "cloud_polling",
"requirements": ["laundrify-aio==1.2.2"]
}