Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Jan 24, 2024
1 parent 7b9f432 commit ef06d81
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions README.md
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

0 comments on commit ef06d81

Please sign in to comment.