Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 101645

Ring Configuration

$
0
0

@GRMrGecko wrote:

I cannot seem to get the configuration to work, even though I know the credentials are right and I have tested the python ring API without issues.

Unable to connect to Ring service: 401 Client Error: Unauthorized for url: https://api.ring.com/clients_api/session

I have tried everything from single quoting, double quoting, and no quoting of the username and password. I cannot seem to make things work.

ring:
  username: "username@domain.com"
  password: "randompasswordwithoutsymbols"

Below shows that the credentials work in python.

>>> from ring_doorbell import Ring
>>> myring = Ring('username@domain.com', 'randompasswordwithoutsymbols', debug=True)
>>> myring.is_connected
True

Any idea on what I’m doing wrong?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 101645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>