├── .gitignore ├── README.md ├── dist └── custom-sidebar.js └── hacs.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Villhellm/custom-sidebar/HEAD/README.md -------------------------------------------------------------------------------- /dist/custom-sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Villhellm/custom-sidebar/HEAD/dist/custom-sidebar.js -------------------------------------------------------------------------------- /hacs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Villhellm/custom-sidebar/HEAD/hacs.json --------------------------------------------------------------------------------