Skip to content

Commit

Permalink
Update manifest and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Apr 25, 2024
1 parent 78e888c commit 2f91d55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
# 1.3.0 (2024-04-25)
- Add support for Meross OilDiffuser
- Refactor Meross Humidifier
- Update low level library to version 0.4.7.0

<!--next-version-placeholder-->
# 1.2.12 (2024-01-27)
Expand Down
4 changes: 2 additions & 2 deletions custom_components/meross_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"issue_tracker": "https://github.com/albertogeniola/meross-homeassistant",
"dependencies": ["persistent_notification"],
"codeowners": ["@albertogeniola"],
"requirements": ["meross_iot==0.4.6.2"],
"requirements": ["meross_iot==0.4.7.0"],
"config_flow": true,
"quality_scale": "platinum",
"iot_class": "cloud_push",
"version": "1.2.13"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "Meross Integration",
"hacs": "1.6.0",
"homeassistant": "2022.6",
"domains": ["sensor", "climate", "switch", "cover", "fan", "light"]
"domains": ["sensor", "climate", "switch", "cover", "humidifier", "light"]
}

0 comments on commit 2f91d55

Please sign in to comment.