Open Ramblurr opened 1 year ago
Hi @Ramblurr, great catch.
Line 155 and 825 should rather use homeassistant.error.offline.dialog
as they are after setup stage a rather check if HA instance was initialized/comunicate.
I will check it properly tonight and prepare PR.
This line is missing arguments for the dialog: https://github.com/MycroftAI/skill-homeassistant/blob/19c1b010bed5306d4857a70de05ca2fa40bdfaa0/__init__.py#L155
The dialog expects a
field
argument, but this line does not pass any.