Hello. Please help me with Aqara Temperature Sensor and pressure value from it.
I’m trying to use this configuration with convertation of the value from hPa to mmHg using value_template:
But I receive the error:
Your config is not supported by the UI editor:
Expected a value of type undefined for value_template but received {"[object Object]":null}.
Falling back to YAML editor.
Yes, I am trying to add the sensor to lovelace. But I want to add it and change it’s value (convert pressure units from hPa to mmHg). And for this I use this lovelace config:
But value_template does not work with the error:
Your config is not supported by the UI editor:
Expected a value of type undefined for value_template but received {"[object Object]":null} .
Falling back to YAML editor.
Sorry, you are correct. This comment was meant for another post on another tab in Firefox with a similar template structure. I use the modern template: config file format, which is why I was getting the error I was. But still, you are correct, that this older format should still work.