aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2019-04-21 19:01:07 +0100
committerPaul Healy <lmiphay@gmail.com>2019-04-21 19:01:07 +0100
commit34b394c640bbf5058afe087d5a5af4c1fc85bcee (patch)
treeb816ae2eb58b4ceff67d70ebfafa859a5c07d965 /app-homeassistant
parentupdate installation instructions (diff)
downloadlmiphay-34b394c640bbf5058afe087d5a5af4c1fc85bcee.tar.gz
lmiphay-34b394c640bbf5058afe087d5a5af4c1fc85bcee.tar.bz2
lmiphay-34b394c640bbf5058afe087d5a5af4c1fc85bcee.zip
described how to add a card
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.ebuild9
2 files changed, 10 insertions, 1 deletions
diff --git a/app-homeassistant/simple-thermostat/Manifest b/app-homeassistant/simple-thermostat/Manifest
index b933562..0435273 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 1489 BLAKE2B e71b0b809ab9b6d0c18572ab58e5acdba4b1f9bbabf43605a576fec9fddd575501ef28c1d3c9e9549fa6ee712257d80fec9702cd379753e09b3f407a72fdf052 SHA512 3f7baff093ebeac978bcdae1d5aed3c9ebc1ad6c2352bdc248d978042914f9547a4e9e4f32de7859218e11d557d74bf2d6a4c05f6d1e40f1034c04f78e6b9d52
+EBUILD simple-thermostat-0.21.0.ebuild 1699 BLAKE2B 9c42c348318783c405956b1411ac1d46f94ab405dea3d9b71e3427dbdb491f65a878ea5faaf407322c0126aeb8a327d50e9966890e9f5e4425033502c99c8637 SHA512 5d4897d06bced36fd81cf7ad8baf26450d46137c4ce9f4a957dfd06e81af58980761fef4853fd6450fc626e6f5fbf61ea06efc683100871eeb9d0d707811ac97
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 66480be..73a2a60 100644
--- a/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
+++ b/app-homeassistant/simple-thermostat/simple-thermostat-0.21.0.ebuild
@@ -45,6 +45,15 @@ views:
Above from, and thanks to the contributors at:
https://www.reddit.com/r/homeassistant/comments/alcuv1/lovelace_custom_cards_without_uilovelaceyaml/
+
+ Add a simple-thermostat card:
+
+ 1. (+ button - bottom RHS) - > 'Manual Card'
+ 2. Add yaml configuration in the editor - for example:
+
+name: myroom
+type: 'custom:simple-thermostat'
+entity: climate.my-entity_1
"
src_unpack() {