Quantcast
Channel: ESPHome - Home Assistant Community
Viewing all articles
Browse latest Browse all 1486

ESPHome and MDI icons rename starting 0.113.0

$
0
0

Good day! Yesterday I have updated my HA Core to 0.113.0 and due to their update of Material Design icons I started to receive messages like below into the log.

Icon mdi:periodic-table-co2 was renamed to mdi:molecule-co2, please change your config, it will be removed in version 0.115.

Fair enough. So I went to the ESPHome Dashboard and updated/uploaded new configs where mdi:periodic-table-co2 was replaced with mdi:molecule-co2. One of the examples:

  #-----------------------------------------------------------------------------
  # SENSOR #1 average for 60 min
  - platform: template
    name: "Bedroom MH-Z19 CO2 Average Value"
    unit_of_measurement: "ppm"
    icon: "mdi:molecule-co2" # <--- replaced value
    update_interval: 30s
    accuracy_decimals: 2
    lambda: |-
      return id(mh_z19b_1).state;
    filters:
      - sliding_window_moving_average:
          window_size: 120
          send_every: 2
          send_first_at: 2

However after uploading, the corresponding HA entity didn’t change the icon. It still shows mdi:periodic-table-co2 on the settings card and proposes me to override it.

Any ideas on how to fight this? My expectation was that I update config, upload, and a corresponding HA entity is updated with the new icon.

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1486

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>