-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proof of concept support for HSL lighting #1
base: master
Are you sure you want to change the base?
Changes from all commits
46dd785
bbea1c5
8ea3093
4cb728f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -28,8 +28,8 @@ RUN sh ./install-bluez.sh | |||||
|
||||||
# install bridge | ||||||
WORKDIR /opt/hass-ble-mesh | ||||||
RUN git clone https://github.com/minims/homeassistant-bluetooth-mesh.git . | ||||||
RUN git checkout master | ||||||
RUN git clone https://github.com/louisjennings/homeassistant-bluetooth-mesh.git . | ||||||
RUN git checkout light-hsl | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
RUN pip3 install -r requirements.txt | ||||||
|
||||||
# mount config | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,7 +1,7 @@ | ||||||
asyncio-mqtt==0.12.1 | ||||||
bitstring==3.1.9 | ||||||
black==22.10.0 | ||||||
git+https://github.com/minims/python-bluetooth-mesh@43f3b368add0e0a40782478369a30454b95a9034 | ||||||
git+https://github.com/louisjennings/python-bluetooth-mesh@dc4132274b0883c9296eab9dd0998a345280e051 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I have rebase my fork to latest version of the official repo There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The HSL functionality depends upon changes I made in the required commit. I'll eventually try getting the HSL models included in the official repo. Until then, I can create a pull request from the feature branch to your repo. |
||||||
cffi==1.15.1 | ||||||
construct==2.9.45 | ||||||
crc==0.3.0 | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After merge it will use minims/master