mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 21:10:25 +00:00
Remove deprecated rflink configs (#29972)
They've been deprecated and automatically replaced since July 2017
already, fe6a4b8ae5
This commit is contained in:
@@ -115,8 +115,8 @@ async def test_entity_availability(hass, monkeypatch):
|
||||
assert hass.states.get("sensor.test").state == STATE_UNKNOWN
|
||||
|
||||
|
||||
async def test_aliasses(hass, monkeypatch):
|
||||
"""Validate the response to sensor's alias (with aliasses)."""
|
||||
async def test_aliases(hass, monkeypatch):
|
||||
"""Validate the response to sensor's alias (with aliases)."""
|
||||
config = {
|
||||
"rflink": {"port": "/dev/ttyABC0"},
|
||||
DOMAIN: {
|
||||
@@ -125,7 +125,7 @@ async def test_aliasses(hass, monkeypatch):
|
||||
"test_02": {
|
||||
"name": "test_02",
|
||||
"sensor_type": "humidity",
|
||||
"aliasses": ["test_alias_02_0"],
|
||||
"aliases": ["test_alias_02_0"],
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user