2018-09-25 19:03:30 +02:00
# Home Assistant for YunoHost
2020-11-14 15:08:50 +01:00
[![Integration level ](https://dash.yunohost.org/integration/homeassistant.svg )](https://dash.yunohost.org/appci/app/homeassistant) ![](https://ci-apps.yunohost.org/ci/badges/homeassistant.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/homeassistant.maintain.svg)
2020-11-14 15:13:54 +01:00
[![Install Home Assistant with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=homeassistant)
2020-11-14 15:08:50 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2020-11-14 15:13:54 +01:00
> *This package allows you to install Home Assistant quickly and simply on a YunoHost server.
2020-11-14 15:08:50 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2020-11-14 15:13:54 +01:00
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.
2018-10-18 05:16:40 +02:00
2020-11-14 15:08:50 +01:00
**Shipped version:** 0.117.6
## Screenshots
![](https://camo.githubusercontent.com/24b8190f22f6e4277778a4f30a61fce1dd5e95169e6ce149408bbc4a0b9eb0dc/68747470733a2f2f7261772e6769746875622e636f6d2f686f6d652d617373697374616e742f686f6d652d617373697374616e742f6d61737465722f646f63732f73637265656e73686f74732e706e67)
## Demo
2020-11-14 15:13:54 +01:00
* [Official demo ](https://demo.home-assistant.io/ )
2020-11-14 15:08:50 +01:00
## Configuration
2020-11-14 15:13:54 +01:00
How to configure this app: From an admin panel
2020-11-14 15:08:50 +01:00
## 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
2018-10-18 05:16:40 +02:00
2020-11-14 15:13:54 +01:00
* Are LDAP and HTTP auth supported?
* Can the app be used by multiple users?
2020-11-14 15:08:50 +01:00
#### Supported architectures
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/homeassistant%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/homeassistant/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/homeassistant%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/homeassistant/)
## Limitations
* Any known limitations.
## Additional information
* Other info you would like to add about this app.
2018-10-18 05:16:40 +02:00
## Links
2020-11-14 15:08:50 +01:00
* 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/
---
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing ).
To try the testing branch, please proceed like that.
```
2020-11-14 15:24:32 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
2020-11-14 15:08:50 +01:00
or
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
```