Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarwood committed Feb 19, 2021
1 parent cda40f1 commit 5aac77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/zwave_js/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ async def test_websocket_api(hass, integration, multisensor_6, hass_ws_client):
assert len(result) == 44
key = "52-112-00-2-00"
assert result[key]["property"] == 2
assert result[key]["property_name"] == "Stay Awake in Battery Mode"
assert result[key]["metadata"]["type"] == "number"
assert result[key]["configuration_value_type"] == "enumerated"


async def test_add_node(
Expand Down

0 comments on commit 5aac77c

Please sign in to comment.