I have a homeseer system running that handles my z-wave network. Having issues with the z-wave stick so I have integrated the homeseer into HA.
But I have some issues with a temp sensor not showing up as a proper temp sensor. This is causing issues when using with the generic thermostat.
As you can se from the pictures below the value the sensor is sending is not only numeric. It has an added C to the value. The sensor is a Aeotech Multisensor 6
Is there a way to change this for the entity? Do I have to do this in homeseer?
Template sensors don’t have have the keys friendly_name & entity_id. Instead you use just a name (see documentation). The template looks fine. Your YAML structure is wrong. Underneath the template key, you need to have a list of sensors.
Just take the top example in the docs and modify it.
The result should be a sensor entity.