Releases: home-assistant-libs/python-matter-server
Releases · home-assistant-libs/python-matter-server
1.0.5
What’s Changed
- #112 - Fix issues with parsing models on Python 3.9 (@marcelveldt)
1.0.4
What’s Changed
- #108 - Fix UnionType on Python3.9 (@marcelveldt)
1.0.3
What’s Changed
- #107 - Fix some issues with sending device commands and receiving events on the client (@marcelveldt)
1.0.2
What’s Changed
- #106 - Handle (de)serialization issues (@marcelveldt)
1.0.0
What’s Changed
- #101 - Improve helper functions (@marcelveldt)
- #100 - Follow up after refactor (@marcelveldt)
- #99 - Refactor Matter server and client (@marcelveldt)
- #89 - Some cleanup (@marcelveldt)
- #82 - Add test fixture files for onoff switch (@jculbert)
- #81 - Always send transitionTime when sending MoveToLevelWithOnOff (@balloob)
- #78 - Contact sensor test fixture (@jculbert)
⬆️ Dependencies
14 changes
- #98 - Bump flake8 from 5.0.4 to 6.0.0 (@dependabot)
- #96 - Bump pytest-homeassistant-custom-component from 0.12.19 to 0.12.21 (@dependabot)
- #95 - Bump pytest-homeassistant-custom-component from 0.12.18 to 0.12.19 (@dependabot)
- #94 - Bump pytest-homeassistant-custom-component from 0.12.14 to 0.12.18 (@dependabot)
- #93 - Bump pytest-homeassistant-custom-component from 0.12.10 to 0.12.14 (@dependabot)
- #91 - Bump pytest-homeassistant-custom-component from 0.12.9 to 0.12.10 (@dependabot)
- #90 - Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (@dependabot)
- #88 - Bump pytest-homeassistant-custom-component from 0.12.7 to 0.12.9 (@dependabot)
- #87 - Bump actions/setup-python from 4.2.0 to 4.3.0 (@dependabot)
- #85 - Bump black from 22.8.0 to 22.10.0 (@dependabot)
- #86 - Bump pytest-homeassistant-custom-component from 0.12.2 to 0.12.7 (@dependabot)
- #84 - Bump actions/checkout from 3.0.2 to 3.1.0 (@dependabot)
- #83 - Bump pytest-homeassistant-custom-component from 0.11.25 to 0.12.2 (@dependabot)
- #80 - Bump pytest-homeassistant-custom-component from 0.11.24 to 0.11.25 (@dependabot)
0.3.0
What’s Changed
- #77 - Add some more error checking (@balloob)
- #75 - Bump Matter to 989ad8e (@balloob)
- #74 - Allow pairing an on network device (@balloob)
- #72 - Fix calling get cluster on wrong variable (@balloob)
- #60 - Bump to CHIP version a1643eee5e (2022-08-10 00:03:09 -0700) (@agners)
- #50 - Allow toggling advanced lights (@balloob)
- #48 - Switch to entity naming (@balloob)
- #47 - Add tests for sensors (@balloob)
⬆️ Dependencies
18 changes
- #76 - Bump pytest-homeassistant-custom-component from 0.11.21 to 0.11.24 (@dependabot)
- #73 - Bump release-drafter/release-drafter from 5.20.1 to 5.21.0 (@dependabot)
- #70 - Bump pytest-homeassistant-custom-component from 0.11.16 to 0.11.21 (@dependabot)
- #67 - Pin github actions (@MartinHjelmare)
- #66 - Bump actions/checkout from 2.3.4 to 3.0.2 (@dependabot)
- #64 - Bump black from 22.6.0 to 22.8.0 (@dependabot)
- #65 - Bump pytest-homeassistant-custom-component from 0.11.12 to 0.11.16 (@dependabot)
- #63 - Bump pytest-homeassistant-custom-component from 0.11.11 to 0.11.12 (@dependabot)
- #62 - Bump pytest-homeassistant-custom-component from 0.11.9 to 0.11.11 (@dependabot)
- #61 - Bump pytest-homeassistant-custom-component from 0.11.7 to 0.11.9 (@dependabot)
- #59 - Bump flake8 from 5.0.1 to 5.0.4 (@dependabot)
- #58 - Bump pytest-homeassistant-custom-component from 0.11.3 to 0.11.7 (@dependabot)
- #57 - Bump actions/setup-python from 4.1.0 to 4.2.0 (@dependabot)
- #56 - Bump pytest-homeassistant-custom-component from 0.10.7 to 0.11.3 (@dependabot)
- #55 - Bump flake8 from 4.0.1 to 5.0.1 (@dependabot)
- #53 - Bump pytest-homeassistant-custom-component from 0.10.6 to 0.10.7 (@dependabot)
- #52 - Bump pytest-homeassistant-custom-component from 0.10.4 to 0.10.6 (@dependabot)
- #51 - Bump actions/setup-python from 4.0.0 to 4.1.0 (@dependabot)
- #49 - Bump pytest-homeassistant-custom-component from 0.10.3 to 0.10.4 (@dependabot)
0.2.3
What’s Changed
- #46 - Bump to CHIP version 5b603f3874 (2022-07-05 21:21:19 -0700) (@agners)
- #2 - Adds argparse to enable log to file (@jmmb13)
- #44 - Address comments on test refactor (@balloob)
- #43 - Extract device registry tests (@balloob)
- #38 - Add Matter Node Device (@balloob)
- #42 - Rename MatterDevice to MatterDeviceTypeInstance (@balloob)
- #39 - Merge entity description and device mapping (@balloob)
- #41 - Add dump_fixer script (@balloob)
- #40 - Add pytest to CI (@balloob)
⬆️ Dependencies
- #45 - Bump black from 22.3.0 to 22.6.0 (@dependabot)
0.2.2
0.2.1
0.2.0
What’s Changed
- #17 - Synchronize attribute reads and subscriptions on startup (@agners)
- #16 - Resynchronize CHIP Clusters with 5d8599d195a9 (@agners)
- #14 - Use Field attribute of the Cluster's descriptor property (@agners)
- #12 - Fix sensor value fetching (@balloob)
- #13 - Remove extra entity state write (@MartinHjelmare)