Oxan van Leeuwen

Results 9 issues of Oxan van Leeuwen

# What does this implement/fix? Move ownership of the clock from the `Sun` class ot the sensors, so the `Sun` class can be used more generically. Small breaking change because...

breaking-change
integration: sun
core
small-pr

I've a few scripts that turn lights on with a transition, e.g. ``` service: light.turn_on entity_id: light.living_space_lights data: brightness: 255 transition: 900 ``` (I have disabled the brightness adjustment in...

I have a few buttons which I'd like to make smart using appdaemon scripts. However, these buttons work with [device triggers](https://www.home-assistant.io/integrations/device_trigger.mqtt/), which (as far as I can see) aren't supported...

**Describe the problem you have/What new integration you would like** A server that allows bidirectional communication with a serial port over WiFi. Now, I know this has been requested and...

Type: Network
Type: UART

Serializers that are created with `many=True` have a list as `initial_data`. This results in `get_initial()` returning an empty dictionary. DRF doesn't seem interested in changing this on their end, see...

ESPHome v1.18.0 added support for [external components](https://esphome.io/components/external_components.html), which are an easier way to use custom components. It'd be great if you could rename the `custom_components` folder to `components`, so that...

enhancement
v2

Environment: PHPStorm 2024.1.4 on JBR 17.0.11+1-b1207.24, amd64, Ubuntu 24.04, KDE 5.27.11. Situation: * Running JBR as an X11 application within Xwayland (i.e. not using the native Wayland support). * One...

"ms" is commonly understood to be milliseconds, but is used for microseconds (commonly denoted as us) here. Add a docblock to make it clear that this deviates from the convention....