Closed aiolos closed 6 years ago
This PR adds the option to show the values from a Temperature/Humidity(/Barometer) sensor in a single block (Issue #278)
To use this functionality, add single_block: true to the blocks object, i.e.:
single_block: true
blocks[3441] = {single_block: true};
This PR adds the option to show the values from a Temperature/Humidity(/Barometer) sensor in a single block (Issue #278)
To use this functionality, add
single_block: true
to the blocks object, i.e.: