core/homeassistant/components/moon/strings.json

20 lines
642 B
JSON
Raw Normal View History

2022-03-03 23:12:33 +00:00
{
"title": "Moon",
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
2022-09-26 14:07:45 +00:00
},
"issues": {
"removed_yaml": {
"title": "The Moon YAML configuration has been removed",
"description": "Configuring Moon using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
}
2022-03-03 23:12:33 +00:00
}
}