Skip to content

Fix: Resolve NoneType Errors

Compare
Choose a tag to compare
@keatontaylor keatontaylor released this 19 May 16:28
· 91 commits to master since this release

Resolves an issue where the custom skill may turn NoneType errors if called in quick succession. This was due to the Borg Singleton not checking if the ha_state was None and so not fetching the new state from Home Assistant.