mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +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."""
|
"""Test good zwave mqtt config."""
|
||||||
|
|
||||||
valid_discovery_config(
|
valid_discovery_config(
|
||||||
"zwave_mqtt",
|
"ozw", {"host": "test", "port": 3812, "username": "bla", "password": "test"},
|
||||||
{"host": "test", "port": 3812, "username": "bla", "password": "test"},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -19,6 +18,4 @@ def test_bad_config():
|
|||||||
"""Test good zwave mqtt config."""
|
"""Test good zwave mqtt config."""
|
||||||
|
|
||||||
with pytest.raises(vol.Invalid):
|
with pytest.raises(vol.Invalid):
|
||||||
valid_discovery_config(
|
valid_discovery_config("ozw", {"host": "test", "username": "bla", "ssl": True})
|
||||||
"zwave_mqtt", {"host": "test", "username": "bla", "ssl": True}
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user