API Password not working

Afternoon all. I’m trying to user the android and iOS app for the house, however i’m getting access denied on all attempts.

my config file contains the following:

http:
  base_url: 192.168.12.201:8123
  trusted_networks:
   - 192.168.0.0/24
   
api:
  api_password: !secret api_password

with my secrets.yaml file containging

api_password: "PasswordChangedForObviousReasons"

The password has no special characters in.

http:
  api_password: !secret api_password
  base_url: 192.168.12.201:8123
  trusted_networks:
    - 192.168.0.0/24

So say the docs.

This is what i tried before, i added the api section after reading it somewhere last night. I’ll modify it again now.

Many Thanks.

I guess there was a problem with the formatting or something before. All sorted now.

Many Thanks.

Karl

1 Like