Fix: Resolve NoneType Errors
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.