Skip to content

Commit caa904e

Browse files
committed
Revert the integration renaming
1 parent 3eaf216 commit caa904e

File tree

20 files changed

+10
-10
lines changed

20 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
shell: "bash"
2222
run: |
2323
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
24-
"${{ github.workspace }}/custom_components/hass_monta/manifest.json"
24+
"${{ github.workspace }}/custom_components/monta/manifest.json"
2525
2626
- name: "ZIP the integration directory"
2727
shell: "bash"
2828
run: |
29-
cd "${{ github.workspace }}/custom_components/hass_monta"
30-
zip hass_monta.zip -r ./
29+
cd "${{ github.workspace }}/custom_components/monta"
30+
zip monta.zip -r ./
3131
3232
- name: "Upload the ZIP file to the release"
3333
uses: softprops/[email protected]
3434
with:
35-
files: ${{ github.workspace }}/custom_components/hass_monta/hass_monta.zip
35+
files: ${{ github.workspace }}/custom_components/monta/monta.zip

config/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_config:
55
logger:
66
default: info
77
logs:
8-
custom_components.hass_monta: debug
8+
custom_components.monta: debug
99

1010
debugpy:
1111
start: true
File renamed without changes.
File renamed without changes.
File renamed without changes.

custom_components/hass_monta/manifest.json renamed to custom_components/monta/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/nickknissen/hass-monta/issues",
1212
"loggers": [
13-
"custom_components.hass_monta",
13+
"custom_components.monta",
1414
"monta"
1515
],
1616
"requirements": [

0 commit comments

Comments
 (0)