Skip to content

Commit

Permalink
Merge pull request #69 from h4de5/feature/fix-service-names
Browse files Browse the repository at this point in the history
Feature/fix service names
  • Loading branch information
h4de5 committed Aug 15, 2023
2 parents cef1c09 + 2a040ee commit 1a6d0f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion custom_components/vimar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"documentation": "https://github.com/h4de5/home-assistant-vimar",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/h4de5/home-assistant-vimar/issues",
"version": "2023.6.0"
"version": "2023.8.0"
}
14 changes: 8 additions & 6 deletions custom_components/vimar/services.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
update_entities:
# description: >
# Esegue il loading delle entities
name: Update all entities
description: >
Carrying out loading of the entities
Carrying out loading of the entities.
fields:
forced:
# description: Se forzare il caricamento di tutte le informazioni, come le info delle stanze
description: Whether to force loading of all information, such as room info
example: True

exec_vimar_sql:
name: Execute Vimar SQL
description: >
Execute a SQL query on vimar.
Execute a SQL query on the Vimar web server.
fields:
sql:
description: SQL Query
example: SELECT 1

reload_default:
name: Remove and reload
description: >
Reload all entities, removing all, and then reload
Removing all entites and then reload - reseting everything to default names.
reload:
description: Reload vimar service
name: Reload
description: Reload Vimar integration.

0 comments on commit 1a6d0f3

Please sign in to comment.