Lint
This commit is contained in:
@@ -62,8 +62,8 @@ number:
|
||||
volume: !lambda return x/100.0f;
|
||||
- if:
|
||||
condition:
|
||||
- lambda: 'return x > 0;'
|
||||
- lambda: 'return "${tone_volume_change}" != "none";'
|
||||
- lambda: return x > 0;
|
||||
- lambda: return "${tone_volume_change}" != "none";
|
||||
then:
|
||||
- rtttl.play:
|
||||
id: rtttl_speaker
|
||||
|
||||
Reference in New Issue
Block a user