Add icon translations to Ring (#112212)

* Add icon translations to Ring

* Add icon translations to Ring
This commit is contained in:
Joost Lekkerkerker 2024-03-05 08:45:33 +01:00 committed by GitHub
parent 85aedbc200
commit a3a758bd17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 10 deletions

View file

@ -45,7 +45,6 @@ async def test_siren_on_reports_correctly(
state = hass.states.get("switch.internal_siren")
assert state.state == "on"
assert state.attributes.get("friendly_name") == "Internal Siren"
assert state.attributes.get("icon") == "mdi:alarm-bell"
async def test_siren_can_be_turned_on(