hide_title is not working on custom sensor
Code: Select all
blocks['energiekosten'] = {
idx: 1671,
icon: "fa-solid fa-euro-sign",
title: 'energie',
hide_title: true,
width: 6, //The width of the block relative to the column width
unit: '€',
addClass: 'medium'
}
Code: Select all
.medium {
font-size:50px !important;
height: unset!important
}
