mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Fix one of the commens in code block (#881)
The start_washer_cycle service comment seems to be mistaken. Apparantly the mistake came from copy-pasting comment.
This commit is contained in:
parent
b8174153ea
commit
09fded2df8
@ -87,7 +87,7 @@ Home Assistant, as well as starting services in Home Assistant.
|
||||
// - cycle_duration: integer
|
||||
// - silent: boolean
|
||||
// - string_argument: string
|
||||
// - The function on_hello_world declared below will attached to the service.
|
||||
// - The function start_washer_cycle declared below will attached to the service.
|
||||
register_service(&MyCustomComponent::on_start_washer_cycle, "start_washer_cycle",
|
||||
{"cycle_duration", "silent", "string_argument"});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user