Component to integrate with gPodder.
This component will set up the following platforms.
Platform | Description |
---|---|
sensor |
Show info from gPodder API and expose services. |
- Setup an account at your favourite gPodder server. You can use the official gpodder.net service or use a self-hosted one.
- Subscribe to your favorite podcasts (I hope to add subscription management from the component in the future)
- Make sure your subscriptions are being synced to the device you intend to use in Home Assistant.
- Using you tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledgpodder
. - Download the
gpodder.zip
the file from the latest release https://github.com/custom-components/gpodder/releases/latest - Uzip the file and place the files files you downloaded in the new directory (folder) you created.
- Configure gPodder in the UI
- Use the podcast-card to play podcasts to your devices.
If you want to contribute to this please read the Contribution guidelines