Apologies for the (hopefully) simple question. I’m working through trying to add temperature data coming from an RTL433 source. That data exists in mqtt today and my HA is setup (and working) to same MQTT server.
I have the following in my configuration.yaml and expected a new device added to my environment when reloaded. This did not occur and I’m unsure where my mistake is.
Update: It seems it is creating the entity but its not updating the entity state.
I am seeing MQTT messages within Home assistant when I listen to that topic. Unfortunately its not updating the state to the temperature its receiving. I’m assuming its something in my syntax when creating this but can’t seem to identify
Comparing to one of my mqtt sensors i have no json_attributes_topic in my sensor, only the state_topic and the value template.
Can you post the content of the state_topic?