Andrew Noblet

Results 26 comments of Andrew Noblet

I tried using the HOMEASSISTANT_SCHEMA today, and realized that it does not format correctly: ``` type: custom:flex-card cards: - type: custom:generic-card class: relative cards: - !include bathroom/temperature.yaml title: Temperature ```...

Perhaps a `throttle` setting similar to lodash(https://lodash.com/docs/#throttle) could be useful? https://medium.com/@bs903944/debounce-and-throttling-what-they-are-and-when-to-use-them-eadd272fe0be

This is something we could definitely use. Possibly related: https://github.com/microsoft/playwright/issues/28375

Was this ever fixed? I'm not able to get `memory.json` written anywhere. Edit: I got it working.

Do you have an example of how I can do this? I gave it a shot with this code: https://gist.github.com/anoblet/b19efb0b7dfea181cb12f7bf5eb766af though it doesn't like to import `.mts` files. On a...