1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00
homeassistant_ynh/README.md

60 lines
2.3 KiB
Markdown
Raw Normal View History

2022-01-08 10:04:57 +01:00
<!--
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
2023-01-22 07:07:01 +01:00
[![Integration level](https://dash.yunohost.org/integration/homeassistant.svg)](https://dash.yunohost.org/appci/app/homeassistant) ![Working status](https://ci-apps.yunohost.org/ci/badges/homeassistant.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/homeassistant.maintain.svg)
2023-02-12 20:34:21 +01:00
2022-01-08 10:04:57 +01:00
[![Install Home Assistant with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=homeassistant)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Home Assistant quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-11-18 23:06:04 +01:00
Home Assistant is an open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
2023-02-12 22:12:04 +01:00
### Features
- Works with over 1000 brands ;
- Powerful automations ;
- Extend your system with add-ons ;
- All your smart home data stays local ;
- Companion Mobile Apps ;
- Home Energy Management."
2022-01-08 10:04:57 +01:00
2024-02-15 07:07:33 +01:00
**Shipped version:** 2024.2.1~ynh1
2022-09-02 10:30:56 +02:00
2022-01-08 10:04:57 +01:00
**Demo:** https://demo.home-assistant.io
## Screenshots
2022-12-16 18:30:01 +01:00
![Screenshot of Home Assistant](./doc/screenshots/screenshot1.png)
2022-01-08 10:04:57 +01:00
## Documentation and resources
2022-06-03 08:25:29 +02:00
* Official app website: <https://www.home-assistant.io>
* Official admin documentation: <https://www.home-assistant.io/docs/>
* Upstream app code repository: <https://github.com/home-assistant/core>
2023-11-04 11:24:41 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/homeassistant>
2022-06-03 08:25:29 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/homeassistant_ynh/issues>
2022-01-08 10:04:57 +01:00
## 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.
2022-06-03 08:25:29 +02:00
``` bash
2022-01-08 10:04:57 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
or
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
```
2022-06-03 08:25:29 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>