sheaur
sheaur
![Uploading 20240516_030600.jpg…]()
I have the same problem
It would also be important for me to use the comma (,) instead of the period (.) in the units of measurement.
``` type: tile name: Alarma Metereológica entity: binary_sensor.meteo_alarma show_entity_picture: true vertical: false hide_state: false icon_tap_action: action: none tap_action: action: more-info card_mod: style: .: | ha-card { {% if is_state_attr("binary_sensor.meteo_alarma","awareness_level", "2;...
The fault is in card-mod with the latest update from homeassistant
I solved it without updating card mod ``` type: tile name: Alarma Metereológica entity: binary_sensor.meteo_alarma show_entity_picture: true vertical: false hide_state: false icon_tap_action: action: none tap_action: action: more-info visibility: - condition:...
``` !function () { const e = { DEBUG: !1 }; try { if (process) return process.env = Object.assign({}, process.env), void Object.assign(process.env, e); } catch (e) { } globalThis.process =...
Copy this code into simple-thermostat.js
install manually and the file replaces it with this one I sent
uninstall simple thermostat from hacs and then install it following the manual installation instructions, but with the modified code, then restart homeassistant.