From 6959cc73caf8aefb2413c4c48ee185e3b1e6192e Mon Sep 17 00:00:00 2001 From: joostlek Date: Thu, 2 Nov 2023 12:36:38 +0100 Subject: [PATCH] Remove icon in Random --- homeassistant/components/random/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/random/sensor.py b/homeassistant/components/random/sensor.py index 8e77f026253ad1..50f088f70434d0 100644 --- a/homeassistant/components/random/sensor.py +++ b/homeassistant/components/random/sensor.py @@ -65,7 +65,6 @@ async def async_setup_entry( class RandomSensor(SensorEntity): """Representation of a Random number sensor.""" - _attr_icon = "mdi:hanger" _state: int | None = None def __init__(self, config: Mapping[str, Any], entry_id: str | None = None) -> None: