mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 03:51:27 +00:00
74 lines
No EOL
2.8 KiB
Markdown
74 lines
No EOL
2.8 KiB
Markdown
# Community Hass.io Add-ons: Example
|
|
|
|
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
|
|
|
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
|
|
|
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
|
|
|
This add-on provides the installation, configuration, and integration for
|
|
[Homebridge][homebridge].
|
|
|
|
## Deprecation warning
|
|
|
|
**This add-on is in a deprecated state!**
|
|
|
|
At this point it is unsure how long this add-on keeps available or
|
|
updated.
|
|
|
|
This add-on was originally developed to add HomeKit support to
|
|
Home Assistant. Meanwhile, Home Assistant gained native support
|
|
for HomeKit.
|
|
|
|
<https://www.home-assistant.io/components/homekit/>
|
|
|
|
Because of this, is very likely that the plugins this add-on rely, on
|
|
will no longer be developed or maintained.
|
|
|
|
We **STRONGLY** suggest to migrate to the Home Assistant HomeKit component.
|
|
|
|
## About
|
|
|
|
Homebridge is a server that emulates the iOS HomeKit API, allowing you to
|
|
control your Home Assistant via Apple devices (including Siri).
|
|
|
|
Since Siri supports devices added through HomeKit, this means that with
|
|
Homebridge you can ask Siri to control devices that don't have any support for
|
|
HomeKit at all. For instance, you could say:
|
|
|
|
- _Siri, unlock the back door._
|
|
- _Siri, open the garage door._
|
|
- _Siri, turn on the coffee maker._
|
|
- _Siri, turn on the living room lights._
|
|
- _Siri, good morning!_
|
|
|
|
[Click here for the full documentation][docs]
|
|
|
|
## WARNING! THIS IS A BETA VERSION!
|
|
|
|
This Hass.io Add-ons repository contains beta releases of add-ons.
|
|
|
|
- They might stop working at any time.
|
|
- They could have a negative impact on your system.
|
|
|
|
This repository was created for:
|
|
|
|
- Anybody willing to test.
|
|
- Anybody interested in trying out upcoming add-ons or add-on features.
|
|
|
|
If you are more interested in stable releases of our add-ons:
|
|
|
|
<https://github.com/hassio-addons/repository>
|
|
|
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
|
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
|
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck
|
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
|
[discord]: https://discord.gg/c5DvZ4e
|
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
|
[release-shield]: https://img.shields.io/badge/version-v2.7.0-blue.svg
|
|
[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.7.0
|
|
[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.7.0/README.md
|
|
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
[homebridge]: https://github.com/nfarina/homebridge |