aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2019-04-21 18:56:35 +0100
committerPaul Healy <lmiphay@gmail.com>2019-04-21 18:56:35 +0100
commit126ba314a463adcb610a89cde37883714ef78178 (patch)
treef512960f421b1ed15a42fe8b31da4b0ba12725fe /app-homeassistant
parentupdate locate for js file (diff)
downloadlmiphay-126ba314a463adcb610a89cde37883714ef78178.tar.gz
lmiphay-126ba314a463adcb610a89cde37883714ef78178.tar.bz2
lmiphay-126ba314a463adcb610a89cde37883714ef78178.zip
update installation instructions
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'app-homeassistant')
-rw-r--r--app-homeassistant/simple-thermostat/Manifest2
-rw-r--r--app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild21
2 files changed, 21 insertions, 2 deletions
diff --git a/app-homeassistant/simple-thermostat/Manifest b/app-homeassistant/simple-thermostat/Manifest
index 46118ff..b933562 100644
--- a/app-homeassistant/simple-thermostat/Manifest
+++ b/app-homeassistant/simple-thermostat/Manifest
@@ -1,2 +1,2 @@
DIST simple-thermostat-0.21.0.js 31213 BLAKE2B 70902bdc284629257041c10ba2cb7992cb159e58e1c5f79c54e34eb2fe988d98387d104694f401a5016364560bc4ec0c374c358bded3ac982be6e19d1b301d0a SHA512 ad77c17b24680711746f2a7cb78462b5c7abde9e1c4f5972dd6657cf64f3ad8de60f3358bf8235af14744399770b9152a28e46e843ee6222336e3e1f2a5dde84
-EBUILD simple-thermostat-0.21.0.ebuild 906 BLAKE2B 3590cf132f64b1038226730a186ed2e6c675103796c0681f099d4f4efe1d91e88bc230118f9c82f2442904470b062d3e025d776988d96122cd043ab664544d18 SHA512 33befc26d7720c37f01fb616adc0528d9a531788fa5377ce5cc9130d633598afd8700e1531f52c0cef166cd1f881211e958e3a48d0b5751fe08e78f03db9213f
+EBUILD simple-thermostat-0.21.0.ebuild 1489 BLAKE2B e71b0b809ab9b6d0c18572ab58e5acdba4b1f9bbabf43605a576fec9fddd575501ef28c1d3c9e9549fa6ee712257d80fec9702cd379753e09b3f407a72fdf052 SHA512 3f7baff093ebeac978bcdae1d5aed3c9ebc1ad6c2352bdc248d978042914f9547a4e9e4f32de7859218e11d557d74bf2d6a4c05f6d1e40f1034c04f78e6b9d52
diff --git a/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild b/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
index 1427069..66480be 100644
--- a/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
+++ b/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
@@ -23,9 +23,28 @@ S="${WORKDIR}"
DISABLE_AUTOFORMATTING=1
FORCE_PRINT_ELOG=1
DOC_CONTENTS="
- To configure Lovelace to load the simple-thermostat card, see:
+ To configure Lovelace to load the simple-thermostat card, first read:
https://github.com/nervetattoo/simple-thermostat#installation-manual
+
+ Then, to add the resource item via the Lovelace UI:
+
+ (three dots - top RHS) -> 'Configure UI' (top RHS) -> (three dots - top RHS) -> 'Raw config editor'
+
+ (and add the three lines described in the simple-thermostat manual installation)
+
+ As an example, it may look like this (if there are no other custom cards configured):
+
+title: Myplace
+resources:
+ - url: /local/simple-thermostat.js?v=1
+ type: module
+views:
+ - ...
+
+ Above from, and thanks to the contributors at:
+
+ https://www.reddit.com/r/homeassistant/comments/alcuv1/lovelace_custom_cards_without_uilovelaceyaml/
"
src_unpack() {