artem-sedykh / mini-climate-card

Minimalistic climate card for Home Assistant Lovelace UI
MIT License
262 stars 19 forks source link

how to remove three dots #143

Closed a1ex-ak closed 4 months ago

a1ex-ak commented 5 months ago

Please forgive me for my ignorance, but I haven’t found how to remove the three dots at the bottom of the map? Thanks for the help.

Снимок экрана от 2024-02-04 19-56-05

a1ex-ak commented 5 months ago

fan_mode: hide: true

regevbr commented 5 months ago
type: custom:mini-climate
entity: climate.living_room
toggle:
  hide: true
a1ex-ak commented 5 months ago
type: custom:mini-climate
entity: climate.living_room
toggle:
  hide: true
toggle:
  hide: true

or

fan_mose:
  hide: true

?

regevbr commented 5 months ago
type: custom:mini-climate
entity: climate.living_room
toggle:
  hide: true

this

a1ex-ak commented 5 months ago
type: custom:mini-climate
entity: climate.living_room
toggle:
  hide: true

this

Thank you