Add unique ID to coronavirus (#32423)
This commit is contained in:
parent
aacdc1bc2d
commit
c62961f40c
5 changed files with 12 additions and 1 deletions
|
@ -53,3 +53,6 @@ async def test_migration(hass):
|
|||
|
||||
assert hass.states.get("sensor.netherlands_confirmed").state == "10"
|
||||
assert hass.states.get("sensor.worldwide_confirmed").state == "11"
|
||||
|
||||
assert nl_entry.unique_id == "Netherlands"
|
||||
assert worldwide_entry.unique_id == OPTION_WORLDWIDE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue