diff --git a/huecli/__main__.py b/huecli/__main__.py index 5cf058d..df41cff 100644 --- a/huecli/__main__.py +++ b/huecli/__main__.py @@ -187,7 +187,7 @@ def set_brightness( pub.single(topic, payload, hostname=get_mqtt_broker()) @app.command() -@app.command("s", hidden=True) +@app.command("get", hidden=True) def get_state( id: Annotated[ LightID, typer.Argument(help="ID of light.", autocompletion=complete_id)