mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
Fix spacing in new test yaml (#6441)
This commit is contained in:
parent
dc071bed24
commit
54a68bf069
12 changed files with 108 additions and 108 deletions
|
@ -17,12 +17,12 @@ key_collector:
|
|||
on_progress:
|
||||
- logger.log:
|
||||
format: "input progress: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
on_result:
|
||||
- logger.log:
|
||||
format: "input result: '%s', started by '%c', ended by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
|
||||
on_timeout:
|
||||
- logger.log:
|
||||
format: "input timeout: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
|
|
|
@ -17,12 +17,12 @@ key_collector:
|
|||
on_progress:
|
||||
- logger.log:
|
||||
format: "input progress: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
on_result:
|
||||
- logger.log:
|
||||
format: "input result: '%s', started by '%c', ended by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
|
||||
on_timeout:
|
||||
- logger.log:
|
||||
format: "input timeout: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
|
|
|
@ -17,12 +17,12 @@ key_collector:
|
|||
on_progress:
|
||||
- logger.log:
|
||||
format: "input progress: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
on_result:
|
||||
- logger.log:
|
||||
format: "input result: '%s', started by '%c', ended by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
|
||||
on_timeout:
|
||||
- logger.log:
|
||||
format: "input timeout: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
|
|
|
@ -17,12 +17,12 @@ key_collector:
|
|||
on_progress:
|
||||
- logger.log:
|
||||
format: "input progress: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
on_result:
|
||||
- logger.log:
|
||||
format: "input result: '%s', started by '%c', ended by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
|
||||
on_timeout:
|
||||
- logger.log:
|
||||
format: "input timeout: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
|
|
|
@ -17,12 +17,12 @@ key_collector:
|
|||
on_progress:
|
||||
- logger.log:
|
||||
format: "input progress: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
on_result:
|
||||
- logger.log:
|
||||
format: "input result: '%s', started by '%c', ended by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
|
||||
on_timeout:
|
||||
- logger.log:
|
||||
format: "input timeout: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
|
|
|
@ -17,12 +17,12 @@ key_collector:
|
|||
on_progress:
|
||||
- logger.log:
|
||||
format: "input progress: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
on_result:
|
||||
- logger.log:
|
||||
format: "input result: '%s', started by '%c', ended by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
|
||||
on_timeout:
|
||||
- logger.log:
|
||||
format: "input timeout: '%s', started by '%c'"
|
||||
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ]
|
||||
args: ['x.c_str()', "(start == 0 ? '~' : start)"]
|
||||
|
|
Loading…
Reference in a new issue