mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 00:33:14 +01:00
Update dfplayer condition function name (#3619)
This commit is contained in:
parent
53139c293b
commit
cdb16f08f6
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ async def dfplayer_random_to_code(config, action_id, template_arg, args):
|
|||
}
|
||||
),
|
||||
)
|
||||
async def dfplyaer_is_playing_to_code(config, condition_id, template_arg, args):
|
||||
async def dfplayer_is_playing_to_code(config, condition_id, template_arg, args):
|
||||
var = cg.new_Pvariable(condition_id, template_arg)
|
||||
await cg.register_parented(var, config[CONF_ID])
|
||||
return var
|
||||
|
|
Loading…
Add table
Reference in a new issue