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
<!--
2024-04-01 20:15:36 +02: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.
2022-01-08 10:04:57 +01:00
-->
2024-04-01 20:15:36 +02:00
# Home Assistant for YunoHost
2022-01-08 10:04:57 +01:00
2024-07-04 03:41:11 +02:00
[![Integration level](https://dash.yunohost.org/integration/homeassistant.svg)](https://ci-apps.yunohost.org/ci/apps/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
2024-04-01 20:15:36 +02:00
[![Install Home Assistant with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=homeassistant)
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
> *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.*
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
## Overview
2022-01-08 10:04:57 +01:00
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-09-02 10:30:56 +02:00
2024-08-17 03:39:24 +02:00
**Shipped version:** 2024.8.2~ynh1
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
**Demo:** <https://demo.home-assistant.io>
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
## Screenshots
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
![Screenshot of Home Assistant](./doc/screenshots/screenshot1.png)
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
## Documentation and resources
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +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>
- YunoHost Store: <https://apps.yunohost.org/app/homeassistant>
- Report a bug: <https://github.com/YunoHost-Apps/homeassistant_ynh/issues>
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
## Developer info
2022-01-08 10:04:57 +01:00
2024-04-01 20:15:36 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing).
2024-03-23 02:40:27 +01:00
2024-04-01 20:15:36 +02:00
To try the `testing` branch, please proceed like that:
2022-06-03 08:25:29 +02:00
2024-03-15 02:37:48 +01: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
```
2024-04-01 20:15:36 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>