Fix typo, double colon in fan action (#3363)

This commit is contained in:
Jordan W. Cobb 2023-11-13 20:31:20 -05:00 committed by GitHub
parent a6e090d379
commit 6afb421ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ Increments through speed levels of the fan with the given ID when executed. If t
id: fan_1 id: fan_1
off_speed_cycle: true off_speed_cycle: true
# Shorthand: # Shorthand:
- fan.cycle_speed:: fan_1 - fan.cycle_speed: fan_1
Configuration options: Configuration options: