Antonios Karagiannis
Antonios Karagiannis
I believe the same applies to links...
```ts import { combineReducers} from '@reduxjs/toolkit'; interface ICountersState { counters: number; }; interface IOrdersState { orders: number; }; interface IMeState { me: { counters: ICountersState; orders: IOrdersState; } }; const...
For me, the power (Watts), prior to 2024.x (i.e. with 2023.12.9) was reporting 0 when my devices were idle/standby but now, I get like ~1.82 W or ~3 W constantly...
@Viss I have no idea why a number of Home Assistant integrations do not expose this functionality through their UI (frontend). I am guessing it is a low priority and...
Hello @mnik01 and thanks for the feature request. I currently don't have the time needed to add this feature but I can definitely consider a PR for it. I'll leave...