Custom sensor not showing up

It seems the app doesn’t shows my custom sensors. For example I’ve created the following sensor in Home Assistant:

  • platform: template
    sensors:
    power_consumption_watt:
    friendly_name: “Energieverbruik (Watt)”
    value_template: “{{ states.sensor.power_consumption.state |float * 1000}}”

But it doesn’t show up under Sensor or Value in the app. Is this a known limitation?

Yes, template components are not supported yet.

Will this be part of the final version?

Yes, this is in development now.

This should be support since Beta 3 release last year. Please let me know if this is still not working.