Skip to content

Commit f15e9a8

Browse files
committed
Improve/add comment in manual_fixture script
1 parent 278940e commit f15e9a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/manual_fixtures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ def json_writer(manual_name: str, all_data: dict) -> None:
4949

5050
adam_jip = base.copy()
5151

52-
# Change mode to off for "06aecb3d00354375924f50c47af36bd2"
52+
# Change mode to off for "06aecb3d00354375924f50c47af36bd2" for testcoverage in HA Core
5353
adam_jip["devices"]["06aecb3d00354375924f50c47af36bd2"]["climate_mode"] = "off"
54+
# Remove control_state for testcoverage of missing control_state in HA Core
5455
adam_jip["devices"]["06aecb3d00354375924f50c47af36bd2"].pop("control_state")
5556

5657
json_writer("m_adam_jip", adam_jip)

0 commit comments

Comments
 (0)