Correct spelling of aliases, deprecate old config options. (#8348)
* correct spelling of aliases * add deprecation * Fix style.
This commit is contained in:
parent
143044f8f1
commit
fe6a4b8ae5
7 changed files with 102 additions and 49 deletions
|
@ -99,7 +99,7 @@ def test_send_no_wait(hass, monkeypatch):
|
|||
'devices': {
|
||||
'protocol_0_0': {
|
||||
'name': 'test',
|
||||
'aliasses': ['test_alias_0_0'],
|
||||
'aliases': ['test_alias_0_0'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -192,7 +192,7 @@ def test_error_when_not_connected(hass, monkeypatch):
|
|||
'devices': {
|
||||
'protocol_0_0': {
|
||||
'name': 'test',
|
||||
'aliasses': ['test_alias_0_0'],
|
||||
'aliases': ['test_alias_0_0'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue