Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 27, 2021
1 parent d1b9ba0 commit e57ec7d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions custom_components/ferroamp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"domain": "ferroamp",
"name": "Ferroamp MQTT Sensors",
"version": "0.0.6",
"version": "0.1.0",
"config_flow": true,
"documentation": "https://github.com/henricm/ha-ferroamp/",
"dependencies": ["mqtt"],
"codeowners": ["@henricm", "@argoyle"],
"dependencies": [
"mqtt"
],
"codeowners": [
"@henricm",
"@argoyle"
],
"requirements": [],
"iot_class": "cloud_push"
}
}

0 comments on commit e57ec7d

Please sign in to comment.