It's possible to do it via an API call, but I can't tell you if HA/Homey integrated the feature. You should ask directly the question to their community
Have a good day,
Leslie - Community Manager
0
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Comments
1 comment
Hello,
It's possible to do it via an API call, but I can't tell you if HA/Homey integrated the feature. You should ask directly the question to their community
Have a good day,
Leslie - Community Manager