Skip to content

Commit

Permalink
Merge pull request #206 from itchannel/1.37
Browse files Browse the repository at this point in the history
Updated messages icon
  • Loading branch information
itchannel authored Aug 11, 2022
2 parents f4db396 + c608ef9 commit a0b983d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/fordpass/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"remoteStartStatus": {"icon": "mdi:remote"},
"zoneLighting": {"icon": "mdi:spotlight-beam"},
"messages": {"icon": "mdi:android-messages"},
"messages": {"icon": "mdi:message-text"},
}

SWITCHES = {"ignition": {"icon": "hass:power"}, "guardmode": {"icon": "mdi:shield-key"}}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/fordpass/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/itchannel/fordpass-ha",
"issue_tracker": "https://github.com/itchannel/fordpass-ha/issues",
"version": "0.1.36",
"version": "0.1.37",
"requirements": [],
"ssdp": [],
"zeroconf": [],
Expand Down
2 changes: 2 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

## **Changelog**
### Version 1.37
- Update messages icon to new format
### Version 1.36
- Remove vehicle list endpoint on setup
- Add dutch translation (Thanks @Bert-R)
Expand Down

0 comments on commit a0b983d

Please sign in to comment.