Trying to template a sensor to count all sensors that matching specific name.
For example - multisensor or _temperature
tried to figure it out myself using regex template but didn’t succeed…
{{ states(‘multisensor’ | regex_search(find, ignorecase=False)) | count }}