mirror of
https://github.com/home-assistant/core.git
synced 2026-05-20 23:40:15 +01:00
6319b3b4ef
Co-authored-by: Copilot <copilot@github.com>
15 lines
593 B
JSON
15 lines
593 B
JSON
{
|
|
"issues": {
|
|
"platform_yaml_not_supported": {
|
|
"description": "Platform YAML setup is not supported.\nChange from configuring it using the `{platform}:` key to using the `command_line:` key directly in configuration.yaml and restart Home Assistant to resolve the issue.\nTo see the detailed documentation, select Learn more.",
|
|
"title": "Platform YAML is not supported in Command Line"
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"description": "Reloads command line configuration from the YAML-configuration.",
|
|
"name": "[%key:common::action::reload%]"
|
|
}
|
|
}
|
|
}
|