Jelte Zeilstra
Jelte Zeilstra
`jvm.memory.total.max` is calculated by adding the heap maximum and the non-heap maximum: https://github.com/dropwizard/metrics/blob/7a755288e2290cbcb0caab9d10a07994b4988012/metrics-jvm/src/main/java/com/codahale/metrics/jvm/MemoryUsageGaugeSet.java#L50-L51 This is fine when both the heap maximum and the non-heap maximum are set. But when either...
The method `findSingleAttribute` of TQRootBean returns either a single value or `null` when no rows match. However the JavaDoc documentation states https://github.com/ebean-orm/ebean/blob/4cc012b974455e6deea320273e0c483ddc1b28b1/ebean-querybean/src/main/java/io/ebean/typequery/TQRootBean.java#L1782 which I think is incorrect. Also the method...
`device:sync` messages are only send out when a UniFi device is in the _Online_ state. This implements the `device:update` message so device information is updated when a device is in...
### The problem The `state_class` attribute for the `battery_level`, `battery_temperature` and `battery_power` sensors of my Android phone has disappeared since Home Assistant 2022.12. This causes the sensor data to be...