Michael Jäger

Results 81 comments of Michael Jäger

I noticed the same issue, it's the case if `state: last` and `graph: bar` are used together.

> Hey, the graph shows the current state by default indeed We do have a `last` option to show the value of the last graph point instead but you'd like...

If anyone has the same issue, a quick workaround is by not shortening the inherited descriptions: Inherited descriptions are shortened to default `max_length` of 153 in https://github.com/pdoc3/pdoc/blob/04960e41b9bb598b664a50078f4c233817326170/pdoc/html_helpers.py#L48-L51 Which is used...

I had the same issue ``` styles: background-color: red ``` will work. The syntax is: ``` styles: : ``` See: https://www.w3schools.com/cssref/

If a ha-card inside this ha-card will set the color, it will overwrite the color. I couldn't change the textcolor (was set inside again), so I just used the card...

Thanks @VASIMRLJJ I was looking for this fix for some time Created a pull request https://github.com/tpaviot/pythonocc-core/pull/1134

> The casroot problem seems to be solved. > The error you get now I can't replicate... This solution didn't work for me either, I used a runtime hook like...

I'm running into the same issue, is there any solution for adding a Note and exporting it to STEP?

Fixes a bug from https://github.com/dresden-elektronik/deconz-rest-plugin/issues/5153 (reset of boosting preset) and adds the temperature offset mentioned in https://github.com/dresden-elektronik/deconz-rest-plugin/issues/5153 and missing in https://github.com/dresden-elektronik/deconz-rest-plugin/pull/5501

I also found another bug when the device was in "fake off" mode. If the temperature was increased on the device itself, the mode won't change from "off" to "heat"....