1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Improve formatting in component test files (#135267)

Improve formatting in test files
This commit is contained in:
epenet
2025-01-10 10:53:45 +01:00
committed by GitHub
parent 9d1989125f
commit 02956f9a83
26 changed files with 52 additions and 59 deletions

View File

@@ -99,9 +99,9 @@ async def test_services_remote(hass: HomeAssistant, config) -> None:
"adb_shell",
{ATTR_COMMAND: ["BACK", "test"], ATTR_NUM_REPEATS: 2},
[
f"input keyevent {KEYS["BACK"]}",
f"input keyevent {KEYS['BACK']}",
"test",
f"input keyevent {KEYS["BACK"]}",
f"input keyevent {KEYS['BACK']}",
"test",
],
)