Need some help and its probably simple but i’m missing something. This is my first real forray into templating even though iv’e been using HASS for years.
I have a template sensor that counts the number of active motion sensors. However it outputs it as a string.
But count should already give you an int to my understanding and not a string. Any chance that your wrapping in quotes is causing the conversion to string?