Tado configuration issues

Hello,
I am new Home Assistant user. I have successfully added Xiaomi gateway to configuration file and it worked flawlessly. However, when I add the following lines to my configuration file the frontend crashes (“Refused to connect” error):

Example configuration.yaml entry

tado:
username: YOUR_USERNAME (I am adding my email here)
password: YOUR_PASSWORD (I am adding my password here)

Can you help me out what I am doing wrong?

Thank you!

Update: Apparently it happened due to symbols in my credentials.

Anyone? :frowning:

Just check there are 2 spaces before username and password they are important

tado:
username: YOUR_USERNAME
password: YOUR_PASSWORD

Please read the blue box on top of the topic. It explains how to post your configuration, it’s important as the syntax of configuration files is essential.

I’m also facing problems configuring tado

# Tado configuration
device_tracker:
- platform: tado
  username: me
  password: mypass
  home_id: my_id

Any that can point me in right direction?