Skip to content

Commit

Permalink
Add name attribute to services
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Aug 16, 2023
1 parent bb02e9e commit 0234a76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/samsungtv_smart/services.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
select_picture_mode:
name: Select Picture Mode
description: Send to samsung TV the command to change picture mode.
fields:
entity_id:
Expand All @@ -11,15 +12,15 @@ select_picture_mode:
integration: samsungtv_smart
picture_mode:
name: Picture Mode
description:
Name of the picture mode to switch to. Possible options
description: Name of the picture mode to switch to. Possible options
can be found in the picture_mode_list state attribute.
required: true
example: "Standard"
selector:
text:

set_art_mode:
name: Set Art Mode
description: Send to samsung TV the command to set art mode.
fields:
entity_id:
Expand Down

0 comments on commit 0234a76

Please sign in to comment.