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:
parent
80061bfdb0
commit
86aca0935e
2 changed files with 14 additions and 0 deletions
13
conf/homeassistant_conf_files/ui-lovelace.yaml
Normal file
13
conf/homeassistant_conf_files/ui-lovelace.yaml
Normal 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
|
|
@ -5,6 +5,7 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=homeassistant
|
User=homeassistant
|
||||||
|
WorkingDirectory=/home/homeassistant/.homeassistant
|
||||||
ExecStart=/opt/yunohost/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
|
ExecStart=/opt/yunohost/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue