Announcement: AppDaemon 2.0.8

A few little additions in this version - particularly the ability to force dashboard screens to change from automations, AppDaemon, Alexa etc. I am using this in a security App I am working on with @rpitera - when I tell Alexa to secure the house, she closes all locks and doors that she can and also pops up a special security page on the dash to automatically show the status of what she is securing, then the dash will navigate back to the previous page after a delay - very cool :slight_smile: The security app will soon be a full blown alarm as well, at which point I’ll probably publish it on github.

2.0.8

Features

  • Add step parameter to media player
  • Add row parameter to dashboard
  • Add ability to set timeout and return on dash navigation
  • Add ability to force dashboard page changes from Apps, Alexa and HASS Automations

Fixes

  • Add quotes to times in examples.yaml - contributed by Cecron
  • Fix python 3.6 issue with datetime.datetime.fromtimestamp() - contributed by motir

Breaking Changes

None

2 Likes

I wonder if that datetime.datetime issue will fix the clock.skew issue I was seeing under python 3.6. Is it in the area that would make that a reasonable thought?

Clock skew is the bane of my life … I put several fixes in recently, so who knows?