Skip to content

Commit

Permalink
Merge pull request #136 from nbogojevic/dev
Browse files Browse the repository at this point in the history
Update library version to 0.10.0
  • Loading branch information
nbogojevic authored Jan 25, 2024
2 parents f03a895 + d9e9fb4 commit 10b79b9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions custom_components/midea_dehumidifier_lan/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"domain": "midea_dehumidifier_lan",
"name": "Midea Air Appliances (LAN)",
"version": "0.8.13",
"config_flow": true,
"documentation": "https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/blob/main/README.md",
"issue_tracker": "https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues",
"after_dependencies": [
"network",
"logger"
],
"codeowners": [
"@nbogojevic"
],
"config_flow": true,
"documentation": "https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/blob/main/README.md",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues",
"requirements": [
"midea-beautiful-air==0.9.15"
],
"after_dependencies": [
"network",
"logger"
"midea-beautiful-air==0.10.0"
],
"iot_class": "local_polling"
"version": "0.8.13"
}

0 comments on commit 10b79b9

Please sign in to comment.