artem-sedykh / mini-humidifier

Minimalistic humidifier card for Home Assistant Lovelace UI
MIT License
156 stars 26 forks source link

No option for Fahrenheit? #45

Closed JoeStratton closed 3 years ago

JoeStratton commented 3 years ago
temperature:
  unit: '°F'

Does not set the temperature value, it wont change from Celsius. Is this possible? I tried without the special symbol as well.

artem-sedykh commented 3 years ago

You seem to have forgotten the section indicators

  - entity: fan.zhimi_humidifier_cb1
    type: custom:mini-humidifier
    icon: mdi:air-filter
    model: 'zhimi.humidifier.cb1'
    indicators:
      temperature:
        unit: '°F'

image