diff --git a/README.md b/README.md index c2c2536..2322814 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ This will generate `-icons.json` which you can then copy to your Home * Reference the file either in `configuration.yaml` or a lovelace config `configuration.yaml` -``` +```yaml frontend: extra_module_url: - /local/af-icons.js ``` lovelace -``` +```yaml resources: - type: js url: /local/af-icons.js diff --git a/example_workflow.yaml b/example_workflow.yml similarity index 97% rename from example_workflow.yaml rename to example_workflow.yml index 45ef613..482d4b3 100644 --- a/example_workflow.yaml +++ b/example_workflow.yml @@ -17,7 +17,7 @@ jobs: with: repository: Perth-Artifactory/ha-icon-generator path: generator - ref: v0.1 + ref: v0.2 - uses: actions/setup-python@v4 with: python-version: '3.x'