mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Remove icon in Random (#103235)
This commit is contained in:
parent
d18b2d8748
commit
a0741c74b2
@ -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…
x
Reference in New Issue
Block a user