-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stopping a skill errors. #382
Comments
on a third note : device.py line 40-ish
Needs to also include ... if not self._deviceType and "skill is active": or else you get multiple versions of this on startup
|
and..... :) "stop" the skill in skills tab of ui and then shutdown results in ..
|
and .... clicking "start" in the skills tab to restart the skill results in this... just not sure why ? cause self.config isn't available ??? shrug
A restart fixes this no problem but not sure what i need to do to fix that one yet. |
Yeah, nothing should be deleted as long as the skill isn't uninstalled |
I have 50 odd devices in Home Assistant. If i "stop" the skill via the skills tab it then produces 1275 lines of code, snippet of the lines as per below you can see it does the initial count 1 - 50, then starts doubling up.
on a second note, should it delete links in this case anyway ? after all it keeps the devices in the database which is good but perhaps links should stay as well for when i re start the skill ? deleting skill would be a different story obviously.
from here on starts doubling up
..............
The text was updated successfully, but these errors were encountered: