We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278940e commit f15e9a8Copy full SHA for f15e9a8
1 file changed
scripts/manual_fixtures.py
@@ -49,8 +49,9 @@ def json_writer(manual_name: str, all_data: dict) -> None:
49
50
adam_jip = base.copy()
51
52
-# Change mode to off for "06aecb3d00354375924f50c47af36bd2"
+# Change mode to off for "06aecb3d00354375924f50c47af36bd2" for testcoverage in HA Core
53
adam_jip["devices"]["06aecb3d00354375924f50c47af36bd2"]["climate_mode"] = "off"
54
+# Remove control_state for testcoverage of missing control_state in HA Core
55
adam_jip["devices"]["06aecb3d00354375924f50c47af36bd2"].pop("control_state")
56
57
json_writer("m_adam_jip", adam_jip)
0 commit comments