Jozef Lačný
Jozef Lačný
[ZeroFormattable] public struct Position { public Position(int latitude, int longitude) { Lat = latitude; Long = longitude; } [Index(1)] //here's the problem public int Lat { get; } [Index(0)] //here's...
Exactly same here. Fix worked.
^^ not really. To be sure, one should put it right before return, because it might be overwritten by following statements/or not even hit if put before. Example here [osarch.py](https://gist.github.com/mcsdodo/64b58b9ec3ab9c9c3f56c54bf7586d6d)....
+1 for this feature
Any chance the base color sensor reading stopped working? I've installed from Hacs, I have a sensor but cannot see any changes.
 I have `sensor.material_rounded_base_color` as per documentation. Template `{{ states('sensor.material_rounded_base_color') }}` outputs `#ff9800` yet dashboard looks like this  HACS FE components except material-rounded-theme: secondaryinfo-entity-row ha-tdv-bar Mini Media Player card-tools...
Yes, thank you. That was it 🤦. I made a PR https://github.com/Nerwyn/material-rounded-theme/pull/20
+1 on this. I'm using one panel as a "dashboard" under my PC monitor. Would be nice if it could be always-on as long as I'm in the room (this...
+1 for separate configuration for polling new images. Or even an option to turn it off - just trigger update manually. High frequency for polling running containers' state is desirable....
Have multiple instances of ESP32 running the 3.3.5 and I'm not observing the issue. It would probably help if you posted your configuration.