8000 Update kasa/cli.py · python-kasa/python-kasa@1213fd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1213fd1

Browse files
bdracorytilahti
andauthored
Update kasa/cli.py
Co-authored-by: Teemu R. <tpr@iki.fi>
1 parent f78fcbd commit 1213fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kasa/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ async def temperature(dev: SmartBulb, temperature: int, transition: int):
367367

368368

369369
@cli.command()
370-
@click.argument("effect", type=click.STRING, default=None, required=False)
370+
@click.argument("effect", type=str, default=None, required=False)
371371
@click.pass_context
372372
@pass_dev
373373
async def effect(dev, ctx, effect):

0 commit comments

Comments
 (0)
0