@Fredrik_Jacobsson wrote:
Hi,
I would like to display a Node-Red value in HA frontend.
But I can’t get it to work, I have done following.
Node-Red:
HA
configuration.yaml:- platform: template sensors: # sensor for smooth cloudiness smooth_cloudiness: friendly_name: "Smooth Cloudiness" unit_of_measurement: '%' value_template: "{{ state_attr('sensor.smooth_cloudiness', 'cloudiness') }}"
Get no value
What are I doing wrong?
Posts: 1
Participants: 1