-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
New Integration: SMLIGHT SLZB-06 Adapters Integration #118675
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
home-assistant
bot
added
cla-signed
has-tests
new-integration
integration: smlight
labels
Jun 3, 2024
13 tasks
tl-sl
force-pushed
the
new-smlight-integration
branch
3 times, most recently
from
June 3, 2024 08:56
7ffaae6
to
d5ebc60
Compare
tl-sl
force-pushed
the
new-smlight-integration
branch
from
June 3, 2024 09:02
d5ebc60
to
90b7650
Compare
Merged
8 tasks
tl-sl
force-pushed
the
new-smlight-integration
branch
from
June 3, 2024 13:00
90b7650
to
89c91db
Compare
tl-sl
force-pushed
the
new-smlight-integration
branch
3 times, most recently
from
June 4, 2024 05:13
9872023
to
e14abb9
Compare
tl-sl
force-pushed
the
new-smlight-integration
branch
from
June 13, 2024 07:58
e14abb9
to
28a70d7
Compare
tl-sl
force-pushed
the
new-smlight-integration
branch
2 times, most recently
from
July 10, 2024 10:42
d09e09f
to
172f534
Compare
tl-sl
changed the title
New Integration: SMLIGHT SLZB Zigbee Adapters Integration
New Integration: SMLIGHT SLZB-06 Adapters Integration
Jul 10, 2024
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
tl-sl
force-pushed
the
new-smlight-integration
branch
from
August 19, 2024 11:00
db3ce8c
to
17598e7
Compare
joostlek
requested changes
Aug 19, 2024
joostlek
approved these changes
Aug 20, 2024
Thanks for your reviews on this Joostlek and Zweckj. I will now get to work on some followup PR's ;) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
SMLIGHT make a range of USB and LAN Zigbee coordinators. The LAN coordinators are based on ESP32 and have an onboard web UI. This integration aims to bring support for monitoring and managing these devices directly into Home Assistant. Providing direct access to sensors, switches, buttons and other features that are available from the SLZB web interface. There is no actual Zigbee support within this integration as that is handled per normal with either ZHA or Zigbee2MQTT.
Planned features:
This initial PR contains only a very slimmed done set of features for minimal usability for intial PR:
All variants of SLZB-06x are supported:
https://smlight.tech/product/slzb-06/#
Currently this integration requires SLZB-06 to have the v2.3.6.dev core firmware or later installed, a later PR will add support for slzb-06 with factory or older core firmware versions to allow the user to directly upgrade to a version that fully supports this integration.
This integration is supported by SMLIGHT. code by @darkxst
Type of change
Additional information
Branding for new SMLIGHT integration brands#5530
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: