MycroftAI / skill-homeassistant

Mycroft Skill/Integration for Homeassistant
GNU Lesser General Public License v3.0
115 stars 62 forks source link

Fix issue #121 #122

Closed Tony763 closed 1 year ago

Tony763 commented 1 year ago

Description

This PR fixes crash reported by @ramblurr #121 occuring while informing user, that skill do not have connection to HA instance after running _setup(). Speaking dialog from error.setup cause error as it mean to inform about errors in setup stage and need aditional content field. Dialog from error.offline should be used in this option as we are pass setup stage and checking connection to HA instance.

Type of PR