mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Skip raw encoding test for cover (#63322)
This commit is contained in:
@@ -3173,8 +3173,8 @@ async def test_reloadable(hass, mqtt_mock, caplog, tmp_path):
|
|||||||
[
|
[
|
||||||
("state_topic", "open", None, None),
|
("state_topic", "open", None, None),
|
||||||
("state_topic", "closing", None, None),
|
("state_topic", "closing", None, None),
|
||||||
("position_topic", "40.0", "current_position", 40.0),
|
("position_topic", "40", "current_position", 40),
|
||||||
("tilt_status_topic", "60.0", "current_tilt_position", 60.0),
|
("tilt_status_topic", "60", "current_tilt_position", 60),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
async def test_encoding_subscribable_topics(
|
async def test_encoding_subscribable_topics(
|
||||||
@@ -3191,4 +3191,5 @@ async def test_encoding_subscribable_topics(
|
|||||||
value,
|
value,
|
||||||
attribute,
|
attribute,
|
||||||
attribute_value,
|
attribute_value,
|
||||||
|
skip_raw_test=True,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user