Yes I realise that. But if you have a different name then the docs are wrong for the config of the device name…
Specifically:
# Home Assistant Podcasts on gpodder
gpodder:
username: !secret gpodder_user
password: !secret gpodder_password
device: homeassistant
sensor:
- enabled: true
name: gPodder
Does not pass the config validation but”
# Home Assistant Podcasts on gpodder
gpodder:
username: !secret gpodder_user
password: !secret gpodder_password
sensor:
- enabled: true
name: gPodder
device: homeassistant
Does… The docs indicate the first one is correct but it’s not.