mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-19 18:57:16 +00:00
Rename zwave_mqtt to ozw (#1729)
This commit is contained in:
parent
22c8cda0d7
commit
796f9a203e
@ -10,8 +10,7 @@ def test_good_config():
|
||||
"""Test good zwave mqtt config."""
|
||||
|
||||
valid_discovery_config(
|
||||
"zwave_mqtt",
|
||||
{"host": "test", "port": 3812, "username": "bla", "password": "test"},
|
||||
"ozw", {"host": "test", "port": 3812, "username": "bla", "password": "test"},
|
||||
)
|
||||
|
||||
|
||||
@ -19,6 +18,4 @@ def test_bad_config():
|
||||
"""Test good zwave mqtt config."""
|
||||
|
||||
with pytest.raises(vol.Invalid):
|
||||
valid_discovery_config(
|
||||
"zwave_mqtt", {"host": "test", "username": "bla", "ssl": True}
|
||||
)
|
||||
valid_discovery_config("ozw", {"host": "test", "username": "bla", "ssl": True})
|
Loading…
x
Reference in New Issue
Block a user