Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
feat: bump versions and change owner to @CyrielRct
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaersek committed May 6, 2024
1 parent 1d3578e commit feb87b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions custom_components/midea_ac_lan/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"domain": "midea_ac_lan",
"name": "Midea AC LAN",
"codeowners": ["@georgezhao2010"],
"codeowners": [
"@CyrielRct"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/georgezhao2010/midea_ac_lan#readme",
"documentation": "https://github.com/CyrielRct/midea_ac_lan#readme",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/georgezhao2010/midea_ac_lan/issues",
"requirements": [],
"version": "v0.3.22"
"issue_tracker": "https://github.com/CyrielRct/midea_ac_lan/issues",
"requirements": [
"pycryptodome"
],
"version": "v0.3.23"
}
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Midea AC LAN",
"render_readme": true,
"homeassistant": "2023.1",
"homeassistant": "2024.5",
"zip_release": true,
"filename": "midea_ac_lan.zip"
}
}

0 comments on commit feb87b4

Please sign in to comment.