Skip to content

Commit

Permalink
Remove icon in Random (#103235)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Nov 2, 2023
1 parent d18b2d8 commit a0741c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/random/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a0741c7

Please sign in to comment.