Add information about projects using Baby Buddy

This commit is contained in:
Christopher C. Wells 2021-10-31 14:06:57 -07:00 committed by Christopher Charbonneau Wells
parent 9a584481f9
commit 650d864c64
2 changed files with 17 additions and 2 deletions

View File

@ -69,6 +69,20 @@ for information about how to create/update translations.
:tr: Turkish
## Cool Projects Using Baby Buddy
This is a non-exhaustive list of neat projects and blog posts that either extend
or use Baby Buddy in fun ways. If you have a project to share please open a PR
adding it here or reach out via GitHub Issues or Discussions or on Gitter!
- [Home Assistant integration](https://github.com/jcgoette/baby_buddy_homeassistant)
- [Baby Buddy and Home Assistant](https://martinnoah.com/babybuddy-and-home-assistant.html) (how-to guide)
- [Bottle Scale for BabyBuddy and Home Assistant with ESPHome](https://github.com/sfgabe/OITProjects/tree/master/BabyBuddy_ESP_HASS)
- [Alexa skill](https://github.com/babybuddy/babybuddy-alexa-skill)
- [Sandstorm app](https://github.com/babybuddy/babybuddy-sandstorm)
- [iOS shortcuts](https://github.com/babybuddy/babybuddy/discussions/300)
- Newborn parenting software - [part 1](https://lutzky.net/2021/10/03/software-parenting-1/), [part 2](https://lutzky.net/2021/10/05/software-parenting-2/), [part 3](https://lutzky.net/2021/10/10/software-parenting-3/) (API, buttons, LCD information screen!)
## Reporting Vulnerabilities
See [SECURITY.md](SECURITY.md) for information about where and how to report

View File

@ -45,8 +45,9 @@ return `403 Forbidden` with additional details in the response body.
## Schema
API schema information in the [OpenAPI format](https://swagger.io/specification/)
can be found in the `openapi-schema.yml` file in the project root. A live
version is also available at the `/api/schema` path of a running instance.
can be found in the [`openapi-schema.yml`](/openapi-schema.yml) file in the project
root. A live version is also available at the `/api/schema` path of a running
instance.
## `GET` Method