Dynamic creation of sensors

Hi everyone.
Is it possible to create sensors dynamically starting from a model? for example:
a sensor called “model” is created with certain states and attributes. I wish
if in an input text I write “num1 num2 num3”, 3 sensors are created with the name num1, num2 and num3 with the same characteristics as the “model” sensor

Thanks in advance

No, there is no core functionality to do what you have described.

You can use yaml functionality like node anchors and merging to reduce repetitive configuration code.

There is a custom project called Makejinja that might be able to do what you want, but I haven’t tried it.