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

Fix vs HA 0.114

This commit is contained in:
ewilly 2020-08-14 09:03:45 +02:00
parent 80061bfdb0
commit 86aca0935e
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
title: Home
views:
- path: default_view
title: Home
badges:
- entity: sun.sun
cards:
- type: entities
entities:
- sensor.current_version
- sensor.latest_available_version
- switch.upgrade_homeassistant
title: Home Assistant

View file

@ -5,6 +5,7 @@ After=network-online.target
[Service]
Type=simple
User=homeassistant
WorkingDirectory=/home/homeassistant/.homeassistant
ExecStart=/opt/yunohost/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
[Install]