My MQTT sensors (entities) don’t get returned in Websocket API call to “config/entity_registry/list”.
(They do work nicely in Home Assistant.)
Config example (configuration.yaml):
- object_id: "movEnergy openHasp platetv"
unit_of_measurement: "%"
icon: mdi:motion-sensor
unique_id: "movEnergy_openHasp_platetv"
state_topic: "hasp/platetv/state/ld2410"
value_template: "{{ value_json.movEnergy }}"
device:
name: "OpenHASP TV"
identifiers:
- "openhasp_platetv"
HA Core 2024.4.3
HA Frontend 20240404.2
Is there a problem with my configuration?
Or is it a problem of Home Assistant?
Reason I want to have these entities in the call: I need the area_id of the entities to make some automations in node-red.
Any help appreciated, thx.
P.S.
The sensor is in .storage/core.entity_registry
P.P.S. added device attributes