Skip to content

Commit 0f34f51

Browse files
Fix sql repair string (home-assistant#153619)
1 parent 2afb1a6 commit 0f34f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homeassistant/components/sql/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
"description": "The query `{query}` contains the keyword `entity_id` but does not reference the `states_meta` table. This will cause a full table scan and database instability. Please check the documentation and use `states_meta.entity_id` instead."
169169
},
170170
"platform_yaml_not_supported": {
171-
"title": "Platform YAML is not supported for SQL",
172-
"description": "Platform YAML setup is not supported.\nChange from configuring it in the `sensor:` key to use the `sql:` key directly in configuration.yaml.\nClick on learn more to see the documentation for details."
171+
"title": "Platform YAML is not supported in SQL",
172+
"description": "Platform YAML setup is not supported.\nChange from configuring it in the `sensor:` key to using the `sql:` key directly in configuration.yaml.\nTo see the detailed documentation, select Learn more."
173173
}
174174
}
175175
}

0 commit comments

Comments
 (0)