Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts committed Apr 14, 2023
1 parent 364a8ed commit fdc3f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/grocy/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ update_generic:

object_id:
name: Object ID
descriuption: The ID of the entity to update.
description: The ID of the entity to update.
required: true
example: '1'
selector:
Expand All @@ -243,7 +243,7 @@ delete_generic:
fields:
entity_type:
name: Entity Type
description: The type of entity you like to update.
description: The type of entity to be deleted.
required: true
example: 'tasks'
default: 'tasks'
Expand Down Expand Up @@ -274,7 +274,7 @@ delete_generic:

object_id:
name: Object ID
descriuption: The ID of the entity to delete.
description: The ID of the entity to delete.
required: true
example: '1'
selector:
Expand Down

0 comments on commit fdc3f59

Please sign in to comment.