Keymaster not storing in packages folder

I’ve setup Keymaster, got the integration up and running, connected my locks, but none of the keymaster files are showing up in the packages folder. I’m seeing issues when trying to manage lock codes that’s saying the status of the locks is unavailable. If I go into File Editor, I see files under ‘Custom Components’ → ‘Keymaster’ -->‘lovelace’.

  1. In the configuration.yaml file I’ve added the required code.
  2. In the file structure, I created a packages folder in the same location as the configuration.yaml file
  3. I’ve downloaded and installed all 4 dashboard files (auto-entities, fold-entity-row, card-tools, and number box) per the instructions.
  4. I’ve not run into any other issues until I started trying to manage the lock codes.

Is there a way to reconfigure keymaster to point all files to the packages folder? If I’m able to make that happen, I think that’ll fix the overall issue I’ve had.

If you’re using the new v0.1.x version of Keymaster it no longer creates files in packages/ like previous versions. The generated dashboards are located in custom_components/keymaster/lovelace/<lock>.yaml and the contents of those files need to be added (manually) to a dahsboard to be useful. There is no autoloading of the dashboard files.

Unfortunately the wiki and other documentation is out of date related to this given that it just recently changed with the release of v0.1.x

1 Like