Steve Repsher

Results 231 comments of Steve Repsher

I suspect this is just screwed up ARIA table setup. It used to be fine but I'm now finding NVDA doesn't navigate properly in other ways in many tables. I...

> @steverep how do you feel about adding `Edit Automation` to the overflow menu? IMO, that would just add clutter to the menu and ultimately be several more keystrokes to...

Are you using https://my.home-assistant.io/create-link/ to create the links? If so, what is your input?

So there's definitely at least one bug in that generator I've noticed. The reason it reports the `%20` encoded URL as an error is because the HTML input has a...

The generator also simply does not create the my HA link correctly. The search parameter should look like: ``` ...=https%3A%2F%2Fraw.githubusercontent.com%2Fdinki%2FView-Assist%2Fmain%2FView%2520Assist%2520custom%2520sentences%2FTravel%2520Times%2520by%2520Waze%2Fblueprint-traveltimesbywaze.yaml ``` In other words, it should just percent encode the...

I've transferred this to the correct repo and assigned myself. Fix is easy enough and I'll get to it shortly. In the meantime, just replace any "+" with "%2520".

@bramkragten or @piitaya, I removed some orphan `@apply` uses in #21751, but it looks like we actually have a few uses in lit elements in the developer tools: ``` 3...

> You can deduplicate them. That is look up what properties they set and copy them over and use css variables. But removing those will still leave the apply in...