Issue with App Daemon HA 0.77.3

Hey in the new version HA i using custom users,
how should i handle App daemon which is not working , i guess it should not use anymore HA:

secrets: /home/homeassistant/.homeassistant/secrets.yaml
log:
accessfile: /home/homeassistant/appdaemon/access.log
errorfile: /home/homeassistant/appdaemon/error.log
logfile: /home/homeassistant/appdaemon/appdaemon.log
log_generations: 3
log_size: 1000000
appdaemon:
app_dir: /home/homeassistant/appdaemon/apps
threads: 10
logfile: STDOUT
errorfile: STDERR
plugins:
HASS:
type: hass
ha_url: http://192.168.10.201:8123
ha_key: !secret ha
hadashboard:
dash_url: http://192.168.10.201:5050
dash_dir: /home/homeassistant/appdaemon/dashboards
dash_force_compile: 1

I have this HA auth configuration, which works well for me. However, it only allows for users on the local network, and I don’t use HADashboard, so I have no idea if it would work for that.

  auth_providers:
    #- type: homeassistant
    - type: trusted_networks

http:
  # Uncomment this to add a password (recommended!)
  api_password: PASSWORD
  trusted_networks:
    - 127.0.0.1
    - ::1
    - 192.168.0.0/24
    - fd00::/8

Looking at your ip addresses, it looks like you would need to change the 192.168.0.0 to 192.168.10.0

And, by the way, could you please format your original post using the instructions in the big blue box at the top of the page, so that others can read see the indentation correctly.