Skip to content

Commit

Permalink
Merge pull request #72 from h4de5/feature/fix-hassfest-2023-10
Browse files Browse the repository at this point in the history
Feature/fix hassfest 2023 10
  • Loading branch information
h4de5 authored Oct 14, 2023
2 parents 1a6d0f3 + cd7179b commit ddd17c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v4"
- uses: home-assistant/actions/hassfest@master
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# # Runs a single command using the runners shell
# - name: Run a one-line script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
Expand Down
4 changes: 3 additions & 1 deletion custom_components/vimar/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ update_entities:
fields:
forced:
# description: Se forzare il caricamento di tutte le informazioni, come le info delle stanze
name: Force loading
description: Whether to force loading of all information, such as room info
example: True

Expand All @@ -14,7 +15,8 @@ exec_vimar_sql:
Execute a SQL query on the Vimar web server.
fields:
sql:
description: SQL Query
name: SQL Query
description: SQL Query to be run on the webserver.
example: SELECT 1

reload_default:
Expand Down
4 changes: 2 additions & 2 deletions custom_components/vimar/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "VIMAR By-Me Hub",
"config": {
"title": "VIMAR By-Me Hub",
"step": {
"user": {
"title": "Set up VIMAR By-Me Hub",
Expand Down Expand Up @@ -70,4 +70,4 @@
"regex_not_valid": "RegEx not valid"
}
}
}
}

0 comments on commit ddd17c7

Please sign in to comment.