Adjust icons for MDI bump (#37730)

This commit is contained in:
Bram Kragten 2020-07-14 22:17:14 +02:00 committed by GitHub
parent 5cd6370822
commit 9ecaa10e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 84 additions and 68 deletions

View file

@ -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"