Skip to content

Homekit Infused 5 (2022.5.0)

Compare
Choose a tag to compare
@jimz011 jimz011 released this 06 Sep 00:33
· 26 commits to 5.x.x since this release
873f543

Homekit Infused 5 (2022.5.0)

*September Update Fixes

Changes:

  • Updated code to be compatible with Browser Mod 2.0
  • Fixed a bug where you could not set a custom tap/hold/double_tap action on a notification (shown in the header)
  • Removed the close button orientation
  • Removed a few profile menu items, lovelace refresh is no longer possible from the profile menu (you can still use the footer clock to do a refresh)
  • Popups now show in fullscreen (even on the desktop), this is because it will look bad on a phone otherwise (I'll try to work around it, but for now this should do fine).
  • The profile menu is the only one that will not show in full screen, since the menu is pretty long by default it will look good on a phone, but will be much wider on a desktop, making the profile menu more suitable for desktop use without filling the entire screen. Let me know if you would prefer it to be fullscreen as well.
  • Removed some obsolete files/code
  • Small bugfixes
  • No other changes other than this, sorry! I currently don't have time to work on new features, but as always I'll try to fix breaking changes asap, this was one of them!

BREAKING CHANGES:
If you have created popups with the use of Browser-Mod, note that this HACS addon has completely been rewritten. You will need to check the browser_mod documentation to fix them for your own cards. If you only use the popups provided by HKI then nothing will really break, just make sure you update both HKI and Browser-Mod and make SURE you clear cache, this is IMPORTANT!

How to update?
Always make a backup of your setup before updating to a new version! You have been warned!

Download the release and copy/replace the following folders:
- /hki-base/
- /packages/

Restart Home Assistant and done! Enjoy!

Looking for example code? Check out my personal repo so you can take examples from it, click here