-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# meteobridgesql | ||
Add Weather Data to Home Assistant from a MySQL database | ||
# Meteobridge integration using MySQL | ||
Home Assistant integration for adding Weather Data from Meteobridge stored in a MySQL database. | ||
|
||
[![GitHub Release][releases-shield]][releases] | ||
[![GitHub Activity][commits-shield]][commits] | ||
[![License][license-shield]](LICENSE) | ||
[![hacs][hacsbadge]][hacs] | ||
![Project Maintenance][maintenance-shield] | ||
[![Community Forum][forum-shield]][forum] | ||
|
||
<a href="https://www.buymeacoffee.com/briis" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 145px !important;" ></a> | ||
|
||
## DOCUMENTAION NEEDS UPDATING | ||
|
||
## Configuration | ||
|
||
To add Meteobridge SQL to your installation, do the following: | ||
|
||
- Go to Configuration and Integrations | ||
- Click the + ADD INTEGRATION button in the lower right corner. | ||
- Search for *Meteobridge SQL** and click the integration. | ||
- When loaded, there will be a configuration box, where you must enter: | ||
|
||
|
||
- Click on SUBMIT to save your data. | ||
|
||
You can configure more than 1 instance of the Integration by using a different Station ID. | ||
|
||
*** | ||
|
||
[commits-shield]: https://img.shields.io/github/commit-activity/y/briis/meteobridgesql.svg?style=flat-square | ||
[commits]: https://github.com/briis/meteobridgesql/commits/main | ||
[hacs]: https://github.com/hacs/integration | ||
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=flat-square | ||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=flat-square | ||
[forum]: https://community.home-assistant.io/ | ||
[license-shield]: https://img.shields.io/github/license/briis/meteobridgesql.svg?style=flat-square | ||
[maintenance-shield]: https://img.shields.io/badge/maintainer-Bjarne%20Riis%20%40briis-blue.svg?style=flat-square | ||
[releases-shield]: https://img.shields.io/github/release/briis/meteobridgesql.svg?style=flat-square | ||
[releases]: https://github.com/briis/meteobridgesql/releases |