mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Auto-update README
This commit is contained in:
parent
a7998fe6fa
commit
b29545bacd
2 changed files with 60 additions and 43 deletions
57
README.md
57
README.md
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Home Assistant for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/homeassistant)  
|
||||
|
@ -9,55 +14,23 @@
|
|||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
Home Assistant is free, open-source home automation software designed to be the central control system of a smart home or smart home. Written in Python, its main focus is local control and privacy.
|
||||
|
||||
**Shipped version:** 0.117.6
|
||||
Home automation platform
|
||||
|
||||
## Screenshots
|
||||
**Shipped version:** 2021.11.3~ynh1
|
||||
|
||||

|
||||
**Demo:** https://demo.home-assistant.io
|
||||
|
||||
## Demo
|
||||
## Disclaimers / important information
|
||||
|
||||
* [Official demo](https://demo.home-assistant.io/)
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure this app: From an admin panel
|
||||
## Documentation and resources
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://www.home-assistant.io/docs/
|
||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
* Are LDAP and HTTP auth supported? LDAP=Yes | HTTP auth=No
|
||||
* Can the app be used by multiple users? Yes
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/homeassistant/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/homeassistant/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Any known limitations.
|
||||
|
||||
## Additional information
|
||||
|
||||
* As the pyhton version shipped in Debian stable is not supported, a recent version will be built during the installation process. it may take a while to achive that (15 to 60 minutes)
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/homeassistant_ynh/issues
|
||||
* App website: https://www.home-assistant.io/
|
||||
* Upstream app repository: https://github.com/home-assistant/home-assistant
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
* Official app website: https://www.home-assistant.io
|
||||
* Official admin documentation: https://www.home-assistant.io/docs/
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_homeassistant
|
||||
* Report a bug: https://github.com/YunoHost-Apps/homeassistant_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -69,3 +42,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tre
|
|||
or
|
||||
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
42
README_fr.md
Normal file
42
README_fr.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Home Assistant pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/homeassistant)  
|
||||
[](https://install-app.yunohost.org/?app=homeassistant)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Home Assistant rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Plateforme domotique
|
||||
|
||||
**Version incluse :** 2021.11.3~ynh1
|
||||
|
||||
**Démo :** https://demo.home-assistant.io
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://www.home-assistant.io
|
||||
* Documentation officielle de l'admin : https://www.home-assistant.io/docs/
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_homeassistant
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/homeassistant_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue