functionpointer
functionpointer
## Proposed change Change `tibber.get_prices` action to accept both aware and naive datetimes, in addition to simple dates. I have implemented this by changing `__get_date()` to always output aware datetimes,...
## Breaking change Changes `tibber.get_prices` action (fka service) responses to include datetimes as string. Previously it was raw datetime objects. Automations or template sensors using this may need to be...
## Proposed change Cleanup service tests (now known as actions) for tibber. This was requested by @MartinHjelmare here: https://github.com/home-assistant/core/pull/123289#discussion_r1783919396 The tests now use the recommended way to call services. Additionally,...
I was recompiling OpenSprinkler and it reset itself to default settings. This caused all entities to become "unavailable". This is already strange as i expected a reauthentication error. In any...
# What does this implement/fix? I experienced integer overflows with MLX90393. This fixes it. I recommend reading the new documentation: [deploy preview](https://deploy-preview-4353--esphome.netlify.app/components/sensor/mlx90393) The old gain options were copied from the...
## Description: Complete overhaul of the MLX90393 documentation. **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#7635 ## Checklist: - [X] I am merging...
HMS inverters, especially HMS-1600-4T, have been notorious for losing connection with OpenDTU. See https://github.com/tbnobody/OpenDTU/issues/2137, https://github.com/tbnobody/OpenDTU/issues/2278, https://github.com/tbnobody/OpenDTU/issues/2277 It seems the inverter moves to a neighboring frequency, and `ChangeChannelCommand` can't bring it...
YieldTotal in Home Assistant Energy Management is somewhat broken, due to YieldTotal intermittently jumping to 0 or incomplete values from a subset of inverters. This happens after reboots, especially at...
### **User description** Adds support for FlyDragon Pro flight controllers. There are two variants, one with ICM42688P IMU and one with MPU6000. Both variants use the same target. I have...
### **User description** Adds support for [FrSky/Rotorflight Vantac RF007](https://www.rotorflight.org/docs/controllers/frsky-007). This is a similar flight controller to the [Nexus X](https://github.com/iNavFlight/inav/pull/11047), but it comes with a FrSky receiver instead. While originally designed...