Add icon translations to Ring (#112212)
* Add icon translations to Ring * Add icon translations to Ring
This commit is contained in:
parent
85aedbc200
commit
a3a758bd17
4 changed files with 32 additions and 10 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue