Remove icon in Random (#103235)
This commit is contained in:
parent
d18b2d8748
commit
a0741c74b2
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue