Page 1 of 1

switch

Posted: Saturday 13 July 2019 10:08
by pvklink
I like My switch (a sensor) to have the last update date , but no on/off

When i use this i dont have data and no update_date
When i set hide_data to false i do have an update date but also ON/OFF !

blocks[1303] = {}
blocks[1303]['title'] = 'Het regent';
blocks[1303]['hide_data'] = true;
blocks[1303]['last_update'] = true;
blocks[1303]['icon'] = 'fas fa-cloud-showers-heavy';
blocks[1303]['width'] = 3;
blocks[1303]['speakOn'] = 'Het regent';
blocks[1303]['width'] = 3;

Re: switch

Posted: Saturday 13 July 2019 23:03
by pvklink
this is a bug i think, i will move it to bugs...