Hi, I want to change the input number to a name… but I cannot select “name” in the customization. What is the code for doing it and where do I have to implement it? Thanks !!!
The name is set in the input_number code itself.
If you’re on about the top of the card, it’s because you haven’t put it in a group, so homeassistant has put it on an input_number card. Adding it to a named group will put the group name on the card.
group:
Name_you_want:
- input_number.bob
input_number:
bob:
name: Name_you_want
[rest of config]
1 Like