Skip to content

v0.5.7

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 19:26
· 198 commits to refs/heads/main since this release
v0.5.7
6064732

Downloads for this release

⚡ Enhancments ⚡

  • Feat: Link calendar and sensors to device @tykeal (#85)

The sensors and calendar entities have learned how to be holistically linked to a virtual device. This has had a side effect of changing how the entities are named and work.

All of the entities are now prefixed with 'Rental Control' as part of their name. This was needed due to how entities linked to devices get their default entity names set. Additionally, the sensor entities would change their name to the prefix + summary of any events or prefix + 'No reservation' if there was no reservation in a slot. This no longer happens, again, because of how entity names are handled in this configuration.

Finally, the entities are all marked as diagnostic entities. This means that by default the entities will not be added to auto-generated Lovelace dashboards. You may get them on a managed dashboard, either by building out the entity display yourself, or by going to the configuration option for the integration and select the device. This page will show you all of the entities with a link to add to Lovelace, this will allow you add the entity box to managed dashboard.

🐛 Bug Fixes 🐛

Links