Mike Heath

Results 25 comments of Mike Heath

Are you using Python 3 and have you installed `future_fstrings`. Running `pip -r requirements.txt` will install `future_fstrings`.

I found this issue doing a Google search. It's not a false positive as `requests.packages.urllib3` is just an alias for `urllib3`. Change the code to: ```python import requests import urllib3...

Will you change the branch from `main` to `manifest-v3` on this PR and I will get it merged and then merge in my acceptance tests?

Do you have a stack trace or heap dumpt to help diagnose what is causing the issue?

@markfrancisonly is a steely-eyed missile man. That's genius. I like the idea of a "Load Dashboard" service. Unfortunately, there's no selector for dashboards. I'll look into creating a "Change Location"...

I have a PR ready that implements a `change_location` service but it depends on #88647. Once #88647 gets merged, I'll push up the code for the `change_location` service and create...

Well I tried to add a `change_location` server to HA but I'm not going to jump through hoops just to make HA more usable when I'm perfectly content to keep...

I implemented the recommendation made by @MartinHjelmare.

I added the check you requested @MartinHjelmare.

@MartinHjelmare Any chance you could take another look at this change? There's another service I would like to add to the FK integration but I want to get this change...