Skip to content

Commit 1d10d94

Browse files
committed
Bump version to 0.3.2
1 parent d61a642 commit 1d10d94

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,22 @@ username = "some secret here"
3939

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

42+
## Running Hue2MQTT
43+
44+
Usually, it is as simple as running `hue2mqtt`.
45+
46+
```
47+
Usage: hue2mqtt [OPTIONS]
48+
49+
Main function for Hue2MQTT.
50+
51+
Options:
52+
-v, --verbose
53+
-c, --config-file PATH
54+
--discover
55+
--help Show this message and exit.
56+
```
57+
4258
## Bridge Status
4359

4460
The status of Hue2MQTT is published to `hue2mqtt/status` as a JSON object:

hue2mqtt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"__version__",
99
]
1010

11-
__version__ = "0.3.1"
11+
__version__ = "0.3.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hue2mqtt"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Python Hue to MQTT Bridge"
55
authors = ["Dan Trickey <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)