File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,22 @@ username = "some secret here"
39
39
40
40
If you do not know the username for your bridge, find it using ` hue2mqtt --discover ` .
41
41
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
+
42
58
## Bridge Status
43
59
44
60
The status of Hue2MQTT is published to ` hue2mqtt/status ` as a JSON object:
Original file line number Diff line number Diff line change 8
8
"__version__" ,
9
9
]
10
10
11
- __version__ = "0.3.1 "
11
+ __version__ = "0.3.2 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " hue2mqtt"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
description = " Python Hue to MQTT Bridge"
5
5
authors = [
" Dan Trickey <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments