switch
Posted: Saturday 13 July 2019 10:08
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;
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;