Marcel van der Veldt

Results 27 issues of 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 - [...

cla-signed
small-pr
by-code-owner
bugfix
integration: matter
Quality Scale: No score

## 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...

cla-signed
small-pr
dependency
by-code-owner
integration: matter
Quality Scale: No score

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...

waiting for info ⏳

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...

enhancement

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)...

new-feature

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...

new-feature

* 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...

enhancement
help wanted
todo