Vilppu Vuorinen
Vilppu Vuorinen
Doesn't work ``` @fontPath : '../../themes/default/assets/fonts'; ``` Works ``` @fontPath : '../../../themes/default/assets/fonts'; ``` Steps to repro: 1. Grab fresh 2.4.1 code 1. Rename `theme.config.example` to `theme.config` 1. Compile using lessc...
Global variables are not available after importing `semantic.less`. ``` @import "semantic.less"; .some-class { background-color: @primaryColor; } ``` I could most likely work around this by defining everything in `siteFolder` but...
Refresh tokens seem to be linked to a specific user instead of device causing concerns regarding security of the platform. A compromised refresh token would allow adding arbitrary devices and...
## Proposed change Add documentation for MELCloud daily energy consumption sensor. ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted...
## Breaking change ## Proposed change Upgrade pymelcloud to remove energy report based operations. This change breaks daily energy consumption for ATW devices, but help prevent throttling. The API lib...
Relatively small changes to allow using custom element via displayOption prop inside the result list. The entire element will still be rendered inside ` ... `, but otherwise anything goes....