ESPHome is really fun to play around, but as much fun it is, the faster you hitting a imaginary dead end but I know you are here to help - so this is another ESPHome mystery I could not solve with “search”
I created an input_text helper in HA. (screenshot below)
I populated some data to it using the “Dev Tools” (screenshot below)
I created a ESPHome Config with a display attached and static text works fine, also reading any other “sensor” also works but reading from the “input_text Helper” results in nothing. As you als can see in the screenshot looking at the sensor.notification_display which is pushed by the ESPHome Device.
I am struggling to figure out why the data is not getting pulled by the ESPHome device, or more specific, why only this helper sensor is not getting pulled.
I created an input boolean that I switched on then off when input text changes.
The reason that the display timed for 1 minute is because the display is usually a clock, and the boolean is called news because I have an RSS feed from the BBC that I send to the input text
You also have to create input_boolean.news or whatever you are going to name it in HA.
I’m convinced there must be an easier way, but this works fine for me.
But my main problem is that the text sensor is not getting any information from the input_text helper. Whereas if I use the same text sensor but another existinge sensor from HA it works.
So something is weird with the combination of my input_text helper and the sync to the text sensor on esphome.
Thanks @nickrout I think this did the trick and it makes somehow sense, also why I did not get an error
Anyhow, after removing the attribute and also deleting the esphome device from integration and adding it again it “magically” works
THANKS