Unable to find component input_text

I’m trying to create an input_text to store a temporary value.

For some reason I’m getting the error “Unable to find component input_text” when I reload home assistant, even though my input_boolean is working fine and is adjacent to input_text in my config. Here’s the code:

input_text:
  guestcode:
	name: "Guest Lock Code"
 
input_boolean:
  heat_on_daily:
	initial: off

Running version 0.50.2. Anyone have any ideas why this is occurring? Thank you!

All components (should) include when they were added - at the top right of the page, in this case:

Introduced in release: 0.53

That’ll be why it’s not working for you :wink: You need to upgrade (taking care to read each releases change notes for any breaking changes) before you can use it.

1 Like

D’oh! Given that it’s a relatively simple component (not that I am claiming to know how difficult it was to program/create) I didn’t even look at that field. That’s what I get for assuming! Thanks for the help.