https://github.com/siku2/hass-srf-weather
SRF Meteo forecasts for Home Assistant
https://github.com/siku2/hass-srf-weather
hacs home-assistant homeassistant srf srf-meteo weather
Last synced: about 7 hours ago
JSON representation
SRF Meteo forecasts for Home Assistant
- Host: GitHub
- URL: https://github.com/siku2/hass-srf-weather
- Owner: siku2
- License: mit
- Created: 2020-02-19T20:28:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T12:02:48.000Z (3 days ago)
- Last Synced: 2025-05-03T12:33:51.536Z (3 days ago)
- Topics: hacs, home-assistant, homeassistant, srf, srf-meteo, weather
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SRF Weather Home Assistant Integration
[](https://github.com/siku2/hass-srf-weather/releases)
[](https://github.com/siku2/hass-srf-weather/commits/main)
[](LICENSE)[](https://hacs.xyz/docs/faq/custom_repositories)
[](https://gitlocalize.com/repo/8877)
_Brings [SRF Meteo](https://www.srf.ch/meteo) weather forecasts to your Home Assistant._
## Installation
1. Add this repository as a custom repository to HACS: [](https://my.home-assistant.io/redirect/hacs_repository/?owner=siku2&repository=hass-srf-weather&category=integration)
2. Use HACS to install the integration.
3. Restart Home Assistant.
4. Set up the integration using the UI: [](https://my.home-assistant.io/redirect/config_flow_start/?domain=srf_weather)### How to get the API Credentials
Go to and create a new account (or log in with your existing one).
Open [Apps](https://developer.srgssr.ch/user/apps) and press the "ADD APP" button.
Give the app a name like "Home Assistant" (the name is irrelevant).
Make sure that the Product is set to a SRF-MeteoProduct, e.g. "SRF-MeteoProductFreemium".Open the app you just created and find the "Consumer Key" and "Consumer Secret" in the "Credential" section.
> [!NOTE]
> The basic "freemium" tier only allows you to use a single location.
> If you add multiple locations in HA, the integration will break.## Contributions are welcome
If you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)
### Providing translations for other languages
If you would like to use the integration in another language, you can help out by providing the necessary translations.
[Head over to **GitLocalize** to start translating.](https://gitlocalize.com/repo/8877)
If your desired language isn't available there, just open an issue to request it.
You can also just do the translations manually in [custom_components/srf_weather/translations/](./custom_components/srf_weather/translations/) and open a pull request with the changes.