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?