Joakim Plate

Results 49 issues of Joakim Plate

### Describe the issue Asking google test to output to a non existing path, on a system with no notion of "./" being a path causes FilePath::CreateDirectoriesRecursively to end up...

## Proposed change * Add ability to convert between flow rates * Add device class for flow rates * Correct units for flow rates from ft³/m to ft³/min Based on...

core
integration: recorder
cla-signed
new-feature
integration: sensor
integration: number
Quality Scale: internal

## Breaking change Previous versions of home assistant would load python modules/packages from directly in your `config` directory. This has the ugly issue that accidental python files in your configuration...

core
breaking-change
cla-signed
small-pr

#### What's the problem this feature will solve? Let pytest.raises() handle ExceptionGroup unwrapping, similar to what an "except*" clause would do. The following is valid python code that will catch...

type: proposal

Allow a custom cluster to define what manufacturer identifier should be used on calls. This avoids complex solutions needed in quirks like: - https://github.com/zigpy/zha-device-handlers/pull/2831 - https://github.com/zigpy/zha-device-handlers/pull/2916/files#diff-26ece3bfac018bd040ddcad810ff6049fa91c0a552ef6b2aa01d8edbb9eabf98R71 - https://github.com/zigpy/zha-device-handlers/blob/a014ef5969045bf3e3be8664d2778c7a5ed8c2a5/zhaquirks/tuya/ts0601_valve.py#L374 - https://github.com/zigpy/zha-device-handlers/blob/a014ef5969045bf3e3be8664d2778c7a5ed8c2a5/zhaquirks/tuya/ts0001_fingerbot.py#L51...

Have a look at https://github.com/ebroecker/canmatrix/releases/tag/1.0 this release was released in 2022 according to github. Which is incorrect. It was released july 2023 according to pypi. ![image](https://github.com/ebroecker/canmatrix/assets/482976/5258110d-0011-47ea-9f5b-4497e7b2a552) ![image](https://github.com/ebroecker/canmatrix/assets/482976/ea0fc196-662e-4471-a4e5-366f9fb0367d) My guess is...

## Proposed change Update developer documentation to match architecture proposal for water_heater ## Type of change - [ ] Document existing features within Home Assistant - [x] Document new or...

Add support for parsing device status, as well as responses to commands

Add an asyncio based protocol for use in async applications. The Transport is expected to be created by the client application.