Adjust icons for MDI bump (#37730)
This commit is contained in:
parent
5cd6370822
commit
9ecaa10e51
28 changed files with 84 additions and 68 deletions
|
@ -208,7 +208,7 @@ async def test_sensors(hass):
|
|||
|
||||
state = hass.states.get("sensor.hl_l2340dw_uptime")
|
||||
assert state
|
||||
assert state.attributes.get(ATTR_ICON) == "mdi:timer"
|
||||
assert state.attributes.get(ATTR_ICON) == "mdi:timer-outline"
|
||||
assert state.attributes.get(ATTR_UNIT_OF_MEASUREMENT) == TIME_DAYS
|
||||
assert state.state == "48"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue