mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Correct spelling of aliases, deprecate old config options. (#8348)
* correct spelling of aliases * add deprecation * Fix style.
This commit is contained in:
committed by
Fabian Affolter
parent
143044f8f1
commit
fe6a4b8ae5
@@ -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'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user