Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/_integrations/fan.template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fan:
type: [string, list]
default: []
speed_count:
description: The number of speeds the fan supports. Used to calculate the percentage step for the `fan.increase_speed` and `fan.decrease_speed` services.
description: The number of speeds the fan supports. Used to calculate the percentage step for the `fan.increase_speed` and `fan.decrease_speed` services. Defaults to 100, but when `set_percentage` is used the number of speeds defaults to 3 (being the values 33, 67 and 100).
required: false
type: integer
default: 100
Expand Down