Integration to add XMLTV EPG to Home Assistant.
- Add
https://github.com/shadow578/homeassistant_xmltv-epg
as a custom repository, chooseIntegration
as Category and add. - In the HACS UI, search for
XMLTV EPG
and install it. - Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "XMLTV EPG"
- Using the tool of choice open the directory for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory there, you need to create it. - In the
custom_components
directory create a new folder calledxmltv_epg
. - Download all the files from the
custom_components/xmltv_epg/
directory in this repository. - Place the files you downloaded in the new directory you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "XMLTV EPG"
Configuration is done using the UI.
You'll be prompted to enter a URL as a TXML data source. After the initial setup, you'll can configure the update interval in the integration options.
Additionally, consider disabling all channels you don't need and disable the "enable newly added entities" option in system settings.
If you want to contribute to this please read the Contribution guidelines