Where should I modify this value? The devices are automatically pulled from Tuya IOT platform, so there’s really nothing I configured on them.
How can I create some sort of override to use a different scale?
are you using homeassistant os, with supervisor ? are you using local-tuya or what integration ?
above spec. , settings can be done in the integration … are you using configuration.yaml “settings for device” it’s done there( i believe)
hmmm i guess you are using “cloud Tuya” , either change to “Local-Tuya”
Do you have HACS installed ? … you could also just use “template-entity-row” If your not into details
´´´
state: >
{{ states(‘your.sensor_here’)|float(0) * 0.1 }}
´´´