Skip to content

Commit

Permalink
feat: enable frontend modules in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 25, 2024
1 parent f77d368 commit c319513
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/www_components.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ https://github.com/kinghat/tabbed-card/releases/[email protected]@tabbed-card.js@c
https://github.com/MindFreeze/ha-sankey-chart/releases/[email protected]@ha-sankey-chart.js@community/ha-sankey-chart
# renovate: datasource=github-releases packageName=piitaya/lovelace-mushroom
https://github.com/piitaya/lovelace-mushroom/releases/[email protected]@mushroom.js@community/mushroom
# renovate: datasource=github-releases packageName=alexarch21/history-explorer-card
https://github.com/alexarch21/history-explorer-card/releases/[email protected]@history-explorer-card.js@community/history-explorer-card
# renovate: datasource=github-releases packageName=RomRider/apexcharts-card
https://github.com/RomRider/apexcharts-card/releases/[email protected]@apexcharts-card.js@community/apexcharts-card
# renovate: datasource=github-tags packageName=Clooos/Bubble-Card
https://raw.githubusercontent.com/Clooos/[email protected]@dist/bubble-card.js@community/bubble-card
# renovate: datasource=github-tags packageName=Clooos/Bubble-Card
https://raw.githubusercontent.com/Clooos/[email protected]@dist/bubble-pop-up-fix.js@community/bubble-card
# renovate: datasource=github-tags packageName=elchininet/custom-sidebar
https://github.com/elchininet/custom-sidebar/releases/[email protected]@custom-sidebar-yaml.js@community/custom-sidebar

2 changes: 1 addition & 1 deletion configuration/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ my:

energy:

frontend:
frontend: !include_dir_merge_named frontend

sun:

Expand Down
20 changes: 20 additions & 0 deletions configuration/frontend/extra_module_url.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
extra_module_url:
# renovate: datasource=github-releases packageName=denysdovhan/vacuum-card
- /local/community/vacuum-card/vacuum-card.js?v=v2.10.1
# renovate: datasource=github-releases packageName=rianadon/timer-bar-card
- /local/community/timer-bar-card/timer-bar-card.js?v=v1.30.2
# renovate: datasource=github-releases packageName=custom-cards/button-card
- /local/community/button-card/button-card.js?v=v4.1.2
# renovate: datasource=github-releases packageName=kinghat/tabbed-card
- /local/community/tabbed-card/tabbed-card.js?v=v0.3.2
# renovate: datasource=github-releases packageName=MindFreeze/ha-sankey-chart
- /local/community/ha-sankey-chart/ha-sankey-chart.js?v=v3.5.0
# renovate: datasource=github-releases packageName=piitaya/lovelace-mushroom
- /local/community/mushroom/mushroom.js?v=v4.2.0
# renovate: datasource=github-releases packageName=RomRider/apexcharts-card
- /local/community/apexcharts-card/apexcharts-card.js?v=2.1.2
# renovate: datasource=github-tags packageName=Clooos/Bubble-Card
- /local/community/bubble-card/bubble-card.js?v=v2.2.4
# renovate: datasource=github-tags packageName=elchininet/custom-sidebar
- /local/community/custom-sidebar/custom-sidebar.js?v=v7.0.0
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
"fileMatch": [
"(^|/|\\.)www_components\\.txt$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+) packageName=(?<packageName>.+)\\s+-.+v=(?<currentValue>.+)"
]
},
{
"customType": "regex",
"fileMatch": [
"(^|/|\\.)configuration/frontend/extra_module_url\\.yaml$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+) packageName=(?<packageName>.+)\\s+https.+@(?<currentValue>.+)@.+@.+"
]
Expand Down

0 comments on commit c319513

Please sign in to comment.