Latest version
This commit is contained in:
@@ -64,6 +64,11 @@ def light_f(name, entity_id, **kwargs):
|
||||
await hass.services.async_call('light', name, {'entity_id': entity_id, **kwargs})
|
||||
return f
|
||||
|
||||
def multiple_f(*args):
|
||||
async def f():
|
||||
for func in args:
|
||||
await func()
|
||||
return f
|
||||
|
||||
def default_ir_music_control(player):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user