akasma74 / Hass-Custom-Alarm

It is a fork of "Yet another take on a home assistant custom alarm" that will exist until its author is back to our Earth
79 stars 29 forks source link

Lack a 'resources' directory - installed via HACS #72

Closed 26tajeen closed 4 years ago

26tajeen commented 4 years ago

Installed via HACS and I lack the directory /config/resources/, leading to errors such as

[log_save] Error occured saving file "/config/resources/bwalarm/bwalarm_log.json": [Errno 2] No such file or directory: '/config/resources/bwalarm/bwalarm_log.json' Not really sure how to correct this. The Hass instance had previously had BWAlarm installed manually as custom component, I then removed the custom component and reinstalled using HACS.

Home Assistant: v0.104.1
This Panel: v1.3.6_ak74
Component (Bwalarm): v
Python: v(3,7,6,final,0)
michaelhdmd commented 4 years ago

Do you have a "resources" folder? From akasma74's install instructions ... Step 7.

akasma74 commented 4 years ago

HACS does not create /config/resources/bwalarm/ folder, you need to do it yourself. Please read installation notes.