Skip to content
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

Refactor Matter server and client #99

Merged
merged 34 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2d7f3a1
small tweaks and naming
marcelveldt Oct 17, 2022
2f76632
some cleanup/typing
marcelveldt Oct 17, 2022
366214f
wip (not working yet)
marcelveldt Oct 27, 2022
a341934
finish persistent storage controller
marcelveldt Nov 1, 2022
7cd0160
finish subscription logic
marcelveldt Nov 3, 2022
3681db0
full universal handling of (de)serialization
marcelveldt Nov 3, 2022
8fd190e
more wip
marcelveldt Nov 4, 2022
f6cc035
cleanup
marcelveldt Nov 4, 2022
4776f35
cleanup
marcelveldt Nov 4, 2022
d4dcca8
fixes
marcelveldt Nov 5, 2022
56c44b3
plugfest workarounds?
marcelveldt Nov 8, 2022
d220643
temp code
marcelveldt Nov 8, 2022
4c4cd04
switch to orjson
marcelveldt Nov 9, 2022
c1e74f3
client part
marcelveldt Nov 28, 2022
6d5532f
remove ha tests
marcelveldt Nov 28, 2022
a5b00a3
Update matter_server/common/helpers/json.py
marcelveldt Nov 28, 2022
1d834aa
some cleanup
marcelveldt Nov 28, 2022
6dff06c
Merge branch 'refactor-storage' of https://github.com/home-assistant-…
marcelveldt Nov 28, 2022
a224e5b
change version
marcelveldt Nov 28, 2022
9674da7
camel case for our own interfaces
marcelveldt Nov 28, 2022
6cde47b
client part
marcelveldt Nov 29, 2022
d772238
more follow up
marcelveldt Nov 29, 2022
dfffad0
fix events
marcelveldt Nov 29, 2022
0531f04
cleanup
marcelveldt Nov 29, 2022
6851390
fix saving
marcelveldt Nov 29, 2022
f646498
some cleanup
marcelveldt Nov 29, 2022
afb0bcc
some small fixes
marcelveldt Nov 29, 2022
ecdcfb5
some leftover formatting
marcelveldt Nov 29, 2022
5e9c15b
fix example
marcelveldt Nov 29, 2022
5ce47a0
node instance
marcelveldt Nov 29, 2022
1c63b2c
typos
marcelveldt Nov 29, 2022
03b0c26
workaround cluster object
marcelveldt Nov 29, 2022
95e1a18
add do_not_serialize to non dataclass types for now
marcelveldt Nov 29, 2022
7cce90e
formatting
marcelveldt Nov 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ venv
*.egg-info
*.log
dist
.DS_Store
credentials/
235 changes: 0 additions & 235 deletions custom_components/matter_experimental/__init__.py

This file was deleted.

Loading