forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update_files.sh
executable file
·10 lines (9 loc) · 1.26 KB
/
update_files.sh
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
wget -O /home/homeassistant/.homeassistant/www/custom_ui/ext-weblink.js https://raw.githubusercontent.com/custom-cards/ext-weblink/master/ext-weblink.js
wget -O /home/homeassistant/.homeassistant/www/custom_ui/calendar-card.js https://raw.githubusercontent.com/rdehuyss/homeassistant-lovelace-google-calendar-card/master/calendar-card.js
wget -O /home/homeassistant/.homeassistant/www/custom_ui/slider-entity-row.js https://raw.githubusercontent.com/thomasloven/lovelace-slider-entity-row/master/slider-entity-row.js
wget -O /home/homeassistant/.homeassistant/custom_components/media_player/alexa.py https://raw.githubusercontent.com/keatontaylor/custom_components/master/media_player/alexa.py
wget -O /home/homeassistant/.homeassistant/www/custom_ui/thermostat-card.js https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/thermostat-card/thermostat-card.js
wget -O /home/homeassistant/.homeassistant/www/custom_ui/thermostat-card.lib.js https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/thermostat-card/thermostat-card.lib.js
wget -O /home/homeassistant/.homeassistant/www/custom_ui/button-card.js https://raw.githubusercontent.com/kuuji/button-card/master/button-card.js
sudo chown -R homeassistant:homeassistant /home/homeassistant/.homeassistant/