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:
HepoH3 2020-12-13 16:03:46 +03:00 committed by GitHub
parent b8174153ea
commit 09fded2df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"});