Magnus

Results 4 issues of Magnus

```python css = tree.xpath("//link[@type='text/css']/@href") css_images = list() for css_file in css: if not re.match(r'^[a-zA-Z]+://', css_file): css_file = self.url + css_file image_list = re.findall('url\(([^)]+)\)', requests.get(css_file).content.decode('utf-8')) for image in image_list: if image.startswith('//'):...

## Version of the custom_component Fresh HACS install ## Configuration ```yaml Add your logs here. ``` ## Describe the bug A clear and concise description of what the bug is....

**Describe the bug** I cant get the bridge to take any commands in the admin room ``` Nov 11 22:08:09 [499037]: Nov-11 22:08:09.074 INFO bridge 127.0.0.1 - - [11/Nov/2020:21:08:09 +0000]...

X-Needs-Info

**Please describe what you are trying to do with the component** I would love to use the new [AI task entity](https://www.home-assistant.io/blog/2025/09/11/ai-in-home-assistant/) **Describe the solution you'd like** Adding a [AI task...

enhancement