project-alice-assistant / ProjectAliceSkills

A repository containing all curated skills made by the community
GNU General Public License v3.0
24 stars 15 forks source link

[BUG] On skill update feature not working #136

Closed LazzaAU closed 3 years ago

LazzaAU commented 3 years ago

Describe the bug

During a homeAssistant skill update the dialogTemplate file got over written with the pulled file. Existing code should magically re add user configured data back into the new dialogTemplate file.but it didn't

To Reproduce Steps to reproduce the behavior:

  1. turn on skill updates and restart Alice when there is a new HA relaease available'

Expected behavior The dialogTemplate file should retain the existing user settings

Logs Get your logs at ~/ProjectAlice/var/logs

Paste your logs here

Alice version Master

Additional context Add any other context about the problem here.

LazzaAU commented 3 years ago

Re tested and it does actually work. Think i was just a little quick to raise a issue