Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove codefences from issue titles #127254

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/calendar/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
},
"issues": {
"deprecated_service_calendar_list_events": {
"title": "Detected use of deprecated action `calendar.list_events`",
"title": "Detected use of deprecated action calendar.list_events",
"fix_flow": {
"step": {
"confirm": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/cloud/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"issues": {
"deprecated_gender": {
"title": "The `{deprecated_option}` text-to-speech option is deprecated",
"title": "The {deprecated_option} text-to-speech option is deprecated",
"fix_flow": {
"step": {
"confirm": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/habitica/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
},
"issues": {
"deprecated_task_entity": {
"title": "The Habitica `{task_name}` sensor is deprecated",
"title": "The Habitica {task_name} sensor is deprecated",
"description": "The Habitica entity `{entity}` is deprecated and will be removed in a future release.\nPlease update your automations and scripts to replace the sensor entity with the newly added todo entity.\nWhen you are done migrating you can disable `{entity}`."
}
},
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/homeassistant/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"description": "The currency {currency} is no longer in use, please reconfigure the currency configuration."
},
"legacy_templates_false": {
"title": "`legacy_templates` config key is being removed",
"title": "legacy_templates config key is being removed",
"description": "Nothing will change with your templates.\n\nRemove the `legacy_templates` key from the `homeassistant` configuration in your configuration.yaml file and restart Home Assistant to fix this issue."
},
"legacy_templates_true": {
Expand All @@ -43,7 +43,7 @@
"description": "It's not possible to configure {platform} {domain} by adding `{platform_key}` to the {domain} configuration. Please check the documentation for more information on how to set up this integration.\n\nTo resolve this:\n1. Remove `{platform_key}` occurences from the `{domain}:` configuration in your YAML configuration file.\n2. Restart Home Assistant.\n\nExample that should be removed:\n{yaml_example}"
},
"storage_corruption": {
"title": "Storage corruption detected for `{storage_key}`",
"title": "Storage corruption detected for {storage_key}",
"fix_flow": {
"step": {
"confirm": {
Expand Down
8 changes: 4 additions & 4 deletions homeassistant/components/modbus/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
},
"issues": {
"removed_lazy_error_count": {
"title": "`{config_key}` configuration key is being removed",
"title": "{config_key} configuration key is being removed",
"description": "Please remove the `{config_key}` key from the {integration} entry in your configuration.yaml file and restart Home Assistant to fix this issue. All errors will be reported, as lazy_error_count is accepted but ignored"
},
"deprecated_retries": {
"title": "`{config_key}` configuration key is being removed",
"title": "{config_key} configuration key is being removed",
"description": "Please remove the `{config_key}` key from the {integration} entry in your configuration.yaml file and restart Home Assistant to fix this issue.\n\nThe maximum number of retries is now fixed to 3."
},
"missing_modbus_name": {
"title": "Modbus entry with host `{sub_2}` missing name",
"title": "Modbus entry with host {sub_2} missing name",
"description": "Please add `{sub_1}` key to the {integration} entry with host `{sub_2}` in your configuration.yaml file and restart Home Assistant to fix this issue\n\n. `{sub_1}: {sub_3}` have been added."
},
"duplicate_modbus_entry": {
Expand All @@ -99,7 +99,7 @@
"description": "Please add at least one entity to Modbus {sub_1} in your configuration.yaml file and restart Home Assistant to fix this issue."
},
"deprecated_restart": {
"title": "`modbus.restart` is being removed",
"title": "modbus.restart is being removed",
"description": "Please use reload yaml via the developer tools in the UI instead of via the `modbus.restart` action."
}
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/notify/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},
"migrate_notify_service": {
"title": "Legacy action `notify.{service_name}` stll being used",
"title": "Legacy action notify.{service_name} stll being used",
"fix_flow": {
"step": {
"confirm": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ring/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"issues": {
"deprecated_entity": {
"title": "Detected deprecated `{platform}` entity usage",
"title": "Detected deprecated {platform} entity usage",
"description": "We detected that entity `{entity}` is being used in `{info}`\n\nWe have created a new `{new_platform}` entity and you should migrate `{info}` to use this new entity.\n\nWhen you are done migrating `{info}` and are ready to have the deprecated `{entity}` entity removed, disable the entity and restart Home Assistant."
}
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/technove/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"issues": {
"deprecated_entity_is_session_active": {
"title": "The TechnoVE `{sensor_name}` binary sensor is deprecated",
"title": "The TechnoVE {sensor_name} binary sensor is deprecated",
"description": "`{entity}` is deprecated.\nPlease update your automations and scripts to replace the binary sensor entity with the newly added switch entity.\nWhen you are done migrating you can disable `{entity}`."
}
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/tplink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
},
"issues": {
"deprecated_entity": {
"title": "Detected deprecated `{platform}` entity usage",
"title": "Detected deprecated {platform} entity usage",
"description": "We detected that entity `{entity}` is being used in `{info}`\n\nWe have created a new `{new_platform}` entity and you should migrate `{info}` to use this new entity.\n\nWhen you are done migrating `{info}` and are ready to have the deprecated `{entity}` entity removed, disable the entity and restart Home Assistant."
}
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/weather/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
},
"issues": {
"deprecated_service_weather_get_forecast": {
"title": "Detected use of deprecated service `weather.get_forecast`",
"title": "Detected use of deprecated service weather.get_forecast",
"fix_flow": {
"step": {
"confirm": {
Expand Down