Thomas König
Thomas König
Also falls es noch jemanden interessiert, bei mir läuft der sensor mit folgenden Einstellungen ``` "services": [{ "type": "HmIP-STH:HEATING_CLIMATECONTROL_TRANSCEIVER", "service": "HomeMaticHomeKitThermostatWeatherServiceIP" }, { "type": "HmIP-STHO-A:CLIMATE_TRANSCEIVER", "service": "HomeMaticHomeKitThermostatWeatherServiceIP" }] ```
What I did for some projects which still depend on Sass was [creating my own compressor](https://guides.rubyonrails.org/asset_pipeline.html#using-your-own-compressor), which skips the SassC compression if it fails. ```ruby class SkippingSassCompressor def compress(string) options...