cmroche / OctoPrint-HomeAssistant

Home Assistant plugin for OctoPrint, enabling MQTT discovery of you device and sensors
110 stars 18 forks source link

Shutdown script waits on MQTT unavailable #26

Closed cmroche closed 4 years ago

cmroche commented 4 years ago

Following the feedback from @pinkywafer, slight modification to the script to first wait for the MQTT unavailable status. This will give more reliable timing of the shutdown sequence. See issue #20 for more information about the timing of shutdown events.

Closes #20