Its been a while and a few neat things got added in this Release! 🎉
What has Changed?
- Documentation Improvements with the help from the amazing @klaasnicolaas
- Support for Tap 👇 Actions for Items got added with their respective editors! #62 #65
- Bars got support for Actions too! #67
- Adaptive unit display will now respect the sensors unit of measurement e.g. uom: Wh -> kWh instead of kW #71
- New Option :
threshold
allows you to set a value as an absolute sensor value threshold. Readings smaller than it will be ignored! #64 - Placeholders : By removing the entityId of your item you can now create an empty placeholder item to further customize your layout.#62
On the Backend 🛠️ :
- Upgrade from lit-html to lit2 aka lit
- Action handling got seperated into seperate files:
action-handler
anddeep-equal
- Editor Config Updating got multilayered