StaleLoafOfBread
StaleLoafOfBread
That's roughly the results I saw. I can't remember the exact details anymore. I was hoping someone who successfully captured the data could share their technique.
Looks like @humbertogontijo had [some sort of success](https://github.com/humbertogontijo/homeassistant-roborock/issues/419#issuecomment-1646564627 ) with the routines though he was creating routines where my (our?) goal is to just start the routines we made in...
This is a duplicate of https://github.com/humbertogontijo/homeassistant-roborock/issues/169
Still valid
For anyone that finds this, heres the style to patch it (I'm sure it could be optimized but it works for me): ```js ${(() => { // https://github.com/Clooos/Bubble-Card/issues/1343 card.querySelectorAll('.bright-background').forEach(element =>...
Thank you for the clarification and adding row migration to your list of things to add to the next release!
@AlexDaniel By "outside of the card" I meant adjusting it not via the card but rather another card, service call, automation, etc. Additional info below: 1. Create a `button` `slider`...
@AlexDaniel Funnily enough, I am the one who added `last_updated` support in https://github.com/Clooos/Bubble-Card/pull/1289 as an attribute (unrelated to the slider code). That PR has more info that might help clear...
@AlexDaniel `last_updated` updates on attribute changes but `last_changed` does not.  ```yaml {{ states['light.living_room'].state }} {{ states['light.living_room'].attributes.brightness }} {{ states['light.living_room'].last_changed }} {{ states['light.living_room'].last_updated }} ```
@AlexDaniel Not sure if its helpful but I just learned of `last_reported` https://developers.home-assistant.io/blog/2024/03/20/state_reported_timestamp/