https://github.com/timniklas/hass-tagesschau
Home Assistant tagesschau integration
https://github.com/timniklas/hass-tagesschau
Last synced: 4 months ago
JSON representation
Home Assistant tagesschau integration
- Host: GitHub
- URL: https://github.com/timniklas/hass-tagesschau
- Owner: timniklas
- Created: 2024-11-10T15:30:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-01T18:51:28.000Z (7 months ago)
- Last Synced: 2026-01-07T02:33:28.254Z (7 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tagesschau Integration for Home Assistant 🏠
[](https://github.com/timniklas/hass-tagesschau/releases/)
[](https://github.com/timniklas/hass-tagesschau/releases/)



[](https://github.com/hacs/integration)
## Overview
The Tagesschau Home Assistant Custom Integration allows you to integrate the tagesschau news with your Home Assistant setup.
## Installation
### HACS (recommended)
This integration is available in HACS (Home Assistant Community Store).
1. Install HACS if you don't have it already
2. Open HACS in Home Assistant
3. Go to any of the sections (integrations, frontend, automation).
4. Click on the 3 dots in the top right corner.
5. Select "Custom repositories"
6. Add following URL to the repository `https://github.com/timniklas/hass-tagesschau`.
7. Select Integration as category.
8. Click the "ADD" button
9. Search for "Fitness Park"
10. Click the "Download" button
### Manual
To install this integration manually you have to download [_tagesschau.zip_](https://github.com/timniklas/hass-tagesschau/releases/latest/) and extract its contents to `config/custom_components/tagesschau` directory:
```bash
mkdir -p custom_components/tagesschau
cd custom_components/tagesschau
wget https://github.com/timniklas/hass-fitx/releases/latest/download/tagesschau.zip
unzip tagesschau.zip
rm tagesschau.zip
```
## Configuration
### Using UI
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=tagesschau)
From the Home Assistant front page go to `Configuration` and then select `Devices & Services` from the list.
Use the `Add Integration` button in the bottom right to add a new integration called `tagesschau`.
## Help and Contribution
If you find a problem, feel free to report it and I will do my best to help you.
If you have something to contribute, your help is greatly appreciated!
If you want to add a new feature, add a pull request first so we can discuss the details.
## Disclaimer
This custom integration is not officially endorsed or supported by tagesschau.
Use it at your own risk and ensure that you comply with all relevant terms of service and privacy policies.