Skip to content

Commit 0b6725c

Browse files
committed
v0.2.0
1 parent 05302fb commit 0b6725c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
- Set custom Endpoints for Start and Stop
9494
- Configurable methods: `GET`, `DELETE`, `PUT`, `POST`
9595
- Configurable body: json (untested)
96-
96+
- NEW: Add Blade-Light: 1 effect throught multiple devices
9797

9898
## Upcoming Features
9999

@@ -109,9 +109,9 @@
109109
<summary>show</summary>
110110
<p>
111111
Default:
112-
112+
113113
![ledfx-remote](https://user-images.githubusercontent.com/28861537/100016798-46dde600-2dda-11eb-90c5-8229024a2e39.png)
114-
114+
115115
![setup](https://github.com/YeonV/ledfxrm/raw/main/docs/setup.png)
116116

117117
![main](https://github.com/YeonV/ledfxrm/raw/main/docs/main.png)

custom_components/ledfxrm/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NAME = "LedFX ReMote"
44
DOMAIN = "ledfxrm"
55
DOMAIN_DATA = f"{DOMAIN}_data"
6-
VERSION = "0.1.9"
6+
VERSION = "0.2.0"
77
MANUFACTURER = "YeonV"
88

99
ISSUE_URL = "https://github.com/YeonV/ledfxrm/issues"

0 commit comments

Comments
 (0)