Skip to content

Commit

Permalink
Update services.yaml
Browse files Browse the repository at this point in the history
add name to service fields
  • Loading branch information
Misiu authored Sep 7, 2023
1 parent 9eac3ab commit 459aea4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions custom_components/argon40/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set_fan_speed:
description: Set the fan speed.
fields:
speed:
description: Speed
name: Speed
description: Target speed on the fan
required: true
example: 50
selector:
Expand All @@ -18,7 +19,8 @@ set_mode:
description: Enable or disable the Always ON mode.
fields:
always_on:
description: "true to enable Always ON mode, false to set the default"
name: Always on
description: true to enable Always ON mode, false to set the default
required: true
example: true
selector:
Expand Down

0 comments on commit 459aea4

Please sign in to comment.