Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Aug 27, 2022
1 parent d61a642 commit 1d10d94
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ username = "some secret here"

If you do not know the username for your bridge, find it using `hue2mqtt --discover`.

## Running Hue2MQTT

Usually, it is as simple as running `hue2mqtt`.

```
Usage: hue2mqtt [OPTIONS]
Main function for Hue2MQTT.
Options:
-v, --verbose
-c, --config-file PATH
--discover
--help Show this message and exit.
```

## Bridge Status

The status of Hue2MQTT is published to `hue2mqtt/status` as a JSON object:
Expand Down
2 changes: 1 addition & 1 deletion hue2mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"__version__",
]

__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hue2mqtt"
version = "0.3.1"
version = "0.3.2"
description = "Python Hue to MQTT Bridge"
authors = ["Dan Trickey <contact@trickey.io>"]
license = "MIT"
Expand Down

0 comments on commit 1d10d94

Please sign in to comment.