Skip to content

Commit

Permalink
Minor fix on icons.json
Browse files Browse the repository at this point in the history
  • Loading branch information
efipso committed Aug 18, 2024
1 parent ef2da07 commit 9a3bcb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions custom_components/melcloud_custom/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"error_state": {
"default": "mdi:alert"
}
},
"services": {
"set_vane_horizontal": "mdi:arrow-left-right",
"set_vane_vertical": "mdi:arrow-up-down"
}
},
"services": {
"set_vane_horizontal": "mdi:arrow-left-right",
"set_vane_vertical": "mdi:arrow-up-down"
}
}
2 changes: 1 addition & 1 deletion custom_components/melcloud_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"documentation": "https://github.com/efipso/melcloud",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/efipso/melcloud/issues",
"version": "1.4"
"version": "1.4.1"
}

0 comments on commit 9a3bcb3

Please sign in to comment.