Page 1 of 1

BUG: hide_title not working on custom sensor

Posted: Sunday 12 January 2025 21:37
by renerene
BUG: hide_title not working on custom sensor

Code: Select all

blocks['gasKosten'] = {
  idx: 2607,                   //The Domoticz device id
  hide_title: true,    
  width: 6,                   //The width of the block relative to the column width  
  addClass: 'medium',
  icon: 'fas fa-burn',
}
Result:
Image


With temperature or electricity sensor it works ok:
Image

Re: BUG: hide_title not working on custom sensor

Posted: Monday 13 January 2025 21:42
by Lokonli
Confirmed.

I'll fix it.