Paul Newman

Results 10 comments of Paul Newman

@tomasbedrich That's definitely the reason. Without the `source_list` attribute, is there a way to get Sonos Favorites (Albums, Playlists, Radio) from the Media Browser programmatically? ![image](https://user-images.githubusercontent.com/857199/162795115-b88179eb-35bc-4802-a835-932b3ab3b105.png)

@chrisvball Here's the [RTSP firmware](https://support.wyze.com/hc/en-us/articles/360026245231-Wyze-Cam-RTSP). According to doc: "Please note that the Wyze Cam Pan firmware file is not compatible with Wyze Cam Pan v2."

Same here. Disabled/enabled multiple times but every time I enter Captcha code, I get this error: ![image](https://user-images.githubusercontent.com/857199/166815155-1c76f2cc-db84-41c5-b889-7541506b2298.png) I checked the logs for the Eufy Security Add-on and found this: ```...

Finally figured it out. The email and password weren't saved in the Configuration page of the Eufy Security Add On. I clicked Edit in YAML in the more menu and...

I discovered that 99% appears in the Eufy Security app as well, so it needs to be fixed on their end. I just added a conditional to the entity row.

I get this after restarting dynos: ``` 2019-05-30T17:34:03.998000+00:00 heroku[web.1]: State changed from crashed to starting 2019-05-30T17:34:09.731840+00:00 heroku[web.1]: Starting process with command `bundle exec puma -C config/puma.rb` 2019-05-30T17:34:11.820942+00:00 app[web.1]: [4] Puma...

I can confirm what @foulkesjohn said. The error occurs if there's a line number="0" in cobertura.xml: ``` ``` Another workaround is to use `--debug` to locate that file and ignore...

I received these errors after upgrading to Home Assistant 2022.3.1: ![image](https://user-images.githubusercontent.com/857199/156928156-b66df1f8-c823-49a8-86e5-84c13931ec58.png) ![image](https://user-images.githubusercontent.com/857199/156928017-c2bf774b-57ea-4452-a3c8-fffb3ee70ffa.png)

> There was one other thing I did prior to removing the version requirement for `python-eufy-security`. Sorry, I should have mentioned this, as it may be important: > > When...

This happened to me as well. I fixed it by setting camera view to live: ``` camera_view: live type: picture-entity entity: camera.driveway ```