Skip to content

Smarthome v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MikMuellerDev MikMuellerDev released this 27 Dec 20:25
· 92 commits to main since this release

Changelog for v0.6.0

Additions

  • Added the remind builtin function to Homescript
  • The remind function adds a new reminder to the user's reminders
  • It can be used like this:
remind(
   'title',
   'description',
   1, // 1 - 5 (urgency)
   {
     day: time.now().calendar_day,
     month: time.now().month,
     year: time.now().year,
   }
 );

Bugfixes

  • Fixed minor bugs in Homescript