HI all,
i’m trying to set up and use a Card I’ve downloaded using HACS and to be honest i am totally lost.
I’ve been searching and trying to work this out for a couple of days now, found this thread
https://community.home-assistant.io/t/hacs-entity-not-available/135107
and tried to follow it… as i’m sure you’ll see below, but still no joy
so I got HACS installed
and i’m trying to get the duel gauge card and the Bravia tv Psk to work at the moment… ( my guess is that when i get one i’ll be able to see how to do the rest… )
as per the instructions
When installed, this will be located in ‘/config/www/community/dual-gauge-card’, you still need to add it to your lovelace configuration (‘ui-lovelace.yaml’ or the raw UI config editor).
When you add this to your configuration use this:
- url: /community_plugin/dual-gauge-card/dual-gauge-card.js
type: js
I opend up my ui_lovelace.yaml file and added the following
resources:
- url: /local/tiles-card.js?v=0.1
type: js
- url: /community_plugin/dual-gauge-card/dual-gauge-card.js
type: js
thats the entire contents of the file, no idea what the tiles-card.js thing is… but anyway…
then went to “overview” opened the menu at the top right and selected “Configure UI” then pressed the plus at the bottom right and selected “Manual Card” in there i pasted the following
- type: custom:dual-gauge-card
title: Living room
min: -20
max: 40
outer:
entity: climate.living_room
attribute: current_temperature
label: "Current"
unit: "°C"
inner:
entity: climate.living_room
label: "Target"
attribute: temperature
unit: "°C"
colors:
- color: "var(--label-badge-red)"
value: 27.5
- color: "var(--label-badge-green)"
value: 25
- color: "var(--label-badge-yellow)"
value: 18
- color: "var(--label-badge-blue)"
value: 0
- color: "var(--paper-blue-400)"
value: -40
(copied directly from the repository on github)
but on the right is shows this
ive tried to restart HA i’ve changed the entities and other configurable options but the same result…
what am i doing wrong?
please help if you can
thanks