HomeAssistant: Convert image instructions to code blocks.

Renamed the example screenshot to default image name as well.
This commit is contained in:
Niloth P
2024-12-31 23:25:37 +05:30
committed by Tim Abbott
parent fa0ea2aa2d
commit 51839a72b9
5 changed files with 20 additions and 4 deletions

View File

@@ -737,7 +737,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
],
"helloworld": [ScreenshotConfig("hello.json")],
"heroku": [ScreenshotConfig("deploy.txt")],
"homeassistant": [ScreenshotConfig("reqwithtitle.json", image_name="003.png")],
"homeassistant": [ScreenshotConfig("reqwithtitle.json")],
"insping": [ScreenshotConfig("website_state_available.json")],
"intercom": [ScreenshotConfig("conversation_admin_replied.json")],
"jira": [ScreenshotConfig("created_v1.json")],