From b02ccd0813c5eb731ca9b3dceae19c8f69ca08c5 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Thu, 12 Dec 2024 07:47:57 +0100 Subject: [PATCH] Add missing body height icon in Withings integration (#132991) Update icons.json --- homeassistant/components/withings/icons.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/withings/icons.json b/homeassistant/components/withings/icons.json index 79ff7489bf8..8123337dc82 100644 --- a/homeassistant/components/withings/icons.json +++ b/homeassistant/components/withings/icons.json @@ -16,6 +16,9 @@ "heart_pulse": { "default": "mdi:heart-pulse" }, + "height": { + "default": "mdi:human-male-height-variant" + }, "hydration": { "default": "mdi:water" },