Rolandas Valantinas

Results 6 comments of Rolandas Valantinas

CLOSE - fixed in 11.66, still working fine in 11.74

As per https://github.com/akalongman/sublimetext-codeformatter/pull/290#issuecomment-282575462 previously it used `css` formatter so it was failing on `scss` specific rules. Now it is failing because original `scss` python formatting library was never written properly....

Still a problem ![image](https://github.com/home-assistant/core/assets/6222540/f92d4f92-23d2-460a-bb6d-84e257f2e3b0) Seems to be fine in history ![image](https://github.com/home-assistant/core/assets/6222540/4c6f3c49-5afd-4000-b1d4-9e75e2cd8fd0) But when used in statistics graph previous days max is is being picked up ![image](https://github.com/home-assistant/core/assets/6222540/5d64699b-d266-439e-af18-6aa7bb05c265)

I've also tried to offset start, but that hasn't changed anything - sensor values are correct but statistics of same sensor are not `start: "{{ now().replace(hour=0, minute=1, second=0, microsecond=0) }}"`

@jata1 if you just need charts best work around is to use https://github.com/alexarch21/history-explorer-card These charts work as expected, however as I want raw data for some analysis it doesn't solve...

Which pin on Attiny85 you use for receiving? Though code does compile with https://github.com/damellis/attiny LED is not blinking while I'm transmitting from Arduino.