Marcel van der Veldt
Marcel van der Veldt
Hi Phil, As you know I'm working on splitting up my skinhelper addon from the massive all-in-one monster into several modules and scripts. For some parts I see some overlap...
## Proposed change Do not try to poll values if we already know the matter node is not (yet) available. It pollutes logging everywhere. ## Type of change - [...
## Proposed change Bump Python Matter Server to version 5.5.0 changelog: https://github.com/home-assistant-libs/python-matter-server/compare/5.4.1...5.5.0 Fixes an issue with displaying the Matter diagnostic info for some (Wiz) WiFi based devices. ## Type of...
as discussed by mail, this is the first step in adding support for skins that use skinshortcuts.
**Checklist:** - [X] I am **not** using HomeAssistant. **Or:** a developer has told me to come here. - [X] I am **not** using ZWaveJS2MQTT. **Or:** a developer has told me...
We already had a few cases where the name "value" was confusing. Proposal: rename Node class to ZwaveNode and when referring to an instance of it, use zwave_node rename Value...
Context: https://github.com/home-assistant/core/issues/82883#issuecomment-1341084477 and https://github.com/home-assistant/core/issues/105917 Proposal: Import on/off relays and powerplugs by default as switch entity, allowing the user to decide if it should become a light (switch to light helper)...
We should use HTTP/2 to connect to the Hue bridge: - Evenstream has keepalive builtin so we can remove the workaround - No more request throttling needed aiohttp however does...
* mashumaro version: 3.13 * Python version: 3.12 * Operating System: Debian ### Description Since the 3.13 release a warning is being logged (on all user setups as well!) about...
Constants are spread across the lib and the hass component. I want to move them into the library. At the same time the Command Classes are being mixed up between...