jesseklm

Results 2 comments of jesseklm

Solved with https://github.com/artem-sedykh/mini-climate-card/pull/121. Yours would look like this: ```yaml indicators: window: source: entity: binary_sensor.bedroom_windows icon: template: | (value) => value === 'off' ? 'mdi:window-closed' : 'mdi:window-open' style: | (value) =>...

small note: if you pass repository to `add_library(name: str, version: Optional[str], repository: Optional[str] = None)` version will be skipped later in the generated platformio.ini. ```cpp cg.add_library( "BME68x Sensor library", "1.1.40407",...