From a98e9c25bb220aea04dc565500f9de4031067c82 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 3 Sep 2026 09:38:54 +0200 Subject: [PATCH] Use sentence-style capitalization for built-in integration names (#181139) --- .../components/air_quality/manifest.json | 2 +- .../components/air_quality/strings.json | 2 +- .../alarm_control_panel/manifest.json | 2 +- .../application_credentials/manifest.json | 2 +- .../application_credentials/strings.json | 2 +- .../components/binary_sensor/manifest.json | 2 +- .../components/collection_image/manifest.json | 2 +- .../components/collection_image/strings.json | 2 +- .../components/command_line/manifest.json | 2 +- .../device_automation/manifest.json | 2 +- .../device_sun_light_trigger/manifest.json | 2 +- .../components/device_tracker/manifest.json | 2 +- homeassistant/components/dhcp/manifest.json | 2 +- .../components/file_upload/manifest.json | 2 +- .../components/filesize/manifest.json | 2 +- .../components/filesize/strings.json | 2 +- .../components/folder_watcher/manifest.json | 2 +- .../components/frontend/manifest.json | 2 +- .../components/image_processing/manifest.json | 2 +- .../components/image_upload/manifest.json | 2 +- .../components/input_boolean/manifest.json | 2 +- .../components/input_button/manifest.json | 2 +- .../components/input_number/manifest.json | 2 +- .../components/input_select/manifest.json | 2 +- .../components/input_text/manifest.json | 2 +- .../components/lawn_mower/manifest.json | 2 +- .../components/local_calendar/manifest.json | 2 +- .../components/local_calendar/strings.json | 2 +- .../components/local_file/manifest.json | 2 +- .../components/local_todo/manifest.json | 2 +- .../components/local_todo/strings.json | 2 +- homeassistant/components/manual/manifest.json | 2 +- .../components/manual_mqtt/manifest.json | 2 +- .../components/media_extractor/manifest.json | 2 +- .../components/media_player/manifest.json | 2 +- .../components/media_source/manifest.json | 2 +- .../components/mqtt_room/manifest.json | 2 +- .../components/panel_custom/manifest.json | 2 +- .../components/radio_frequency/manifest.json | 2 +- .../components/recovery_mode/__init__.py | 2 +- .../components/recovery_mode/manifest.json | 2 +- .../rss_feed_template/manifest.json | 2 +- .../components/shopping_list/__init__.py | 2 +- .../components/shopping_list/manifest.json | 2 +- .../components/shopping_list/strings.json | 2 +- .../components/systemmonitor/manifest.json | 2 +- .../components/water_heater/manifest.json | 2 +- homeassistant/generated/integrations.json | 20 +++++++++---------- script/hassfest/translations.py | 1 + .../cloud/snapshots/test_http_api.ambr | 8 ++++---- tests/components/conversation/test_trace.py | 2 +- 51 files changed, 63 insertions(+), 62 deletions(-) diff --git a/homeassistant/components/air_quality/manifest.json b/homeassistant/components/air_quality/manifest.json index 698265ab35b7..6e08dc4618b9 100644 --- a/homeassistant/components/air_quality/manifest.json +++ b/homeassistant/components/air_quality/manifest.json @@ -1,6 +1,6 @@ { "domain": "air_quality", - "name": "Air Quality", + "name": "Air quality", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/air_quality", "integration_type": "entity", diff --git a/homeassistant/components/air_quality/strings.json b/homeassistant/components/air_quality/strings.json index 1fb54ff655fa..5ae9f82b0079 100644 --- a/homeassistant/components/air_quality/strings.json +++ b/homeassistant/components/air_quality/strings.json @@ -276,7 +276,7 @@ "name": "Volatile organic compounds value" } }, - "title": "Air Quality", + "title": "Air quality", "triggers": { "co2_changed": { "description": "Triggers when one or more carbon dioxide levels change.", diff --git a/homeassistant/components/alarm_control_panel/manifest.json b/homeassistant/components/alarm_control_panel/manifest.json index 5636e8487d78..fbcf5adfb6ba 100644 --- a/homeassistant/components/alarm_control_panel/manifest.json +++ b/homeassistant/components/alarm_control_panel/manifest.json @@ -1,6 +1,6 @@ { "domain": "alarm_control_panel", - "name": "Alarm Control Panel", + "name": "Alarm control panel", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/alarm_control_panel", "integration_type": "entity", diff --git a/homeassistant/components/application_credentials/manifest.json b/homeassistant/components/application_credentials/manifest.json index 620aebf2db7b..80566448af85 100644 --- a/homeassistant/components/application_credentials/manifest.json +++ b/homeassistant/components/application_credentials/manifest.json @@ -1,6 +1,6 @@ { "domain": "application_credentials", - "name": "Application Credentials", + "name": "Application credentials", "codeowners": ["@home-assistant/core"], "config_flow": false, "dependencies": ["auth", "websocket_api"], diff --git a/homeassistant/components/application_credentials/strings.json b/homeassistant/components/application_credentials/strings.json index 48d74bc75e42..c47b62e99819 100644 --- a/homeassistant/components/application_credentials/strings.json +++ b/homeassistant/components/application_credentials/strings.json @@ -1,3 +1,3 @@ { - "title": "Application Credentials" + "title": "Application credentials" } diff --git a/homeassistant/components/binary_sensor/manifest.json b/homeassistant/components/binary_sensor/manifest.json index 6f54598af41c..48a7c337dc33 100644 --- a/homeassistant/components/binary_sensor/manifest.json +++ b/homeassistant/components/binary_sensor/manifest.json @@ -1,6 +1,6 @@ { "domain": "binary_sensor", - "name": "Binary Sensor", + "name": "Binary sensor", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/binary_sensor", "integration_type": "entity", diff --git a/homeassistant/components/collection_image/manifest.json b/homeassistant/components/collection_image/manifest.json index e0c5b6848bf2..ee5118b51c80 100644 --- a/homeassistant/components/collection_image/manifest.json +++ b/homeassistant/components/collection_image/manifest.json @@ -1,6 +1,6 @@ { "domain": "collection_image", - "name": "Collection Image", + "name": "Collection image", "codeowners": ["@karwosts"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/collection_image", diff --git a/homeassistant/components/collection_image/strings.json b/homeassistant/components/collection_image/strings.json index facf104c02ad..641a46eb3c96 100644 --- a/homeassistant/components/collection_image/strings.json +++ b/homeassistant/components/collection_image/strings.json @@ -28,5 +28,5 @@ "name": "Shuffle" } }, - "title": "Collection Image" + "title": "Collection image" } diff --git a/homeassistant/components/command_line/manifest.json b/homeassistant/components/command_line/manifest.json index 9db9080b53de..1d55b9b18dd5 100644 --- a/homeassistant/components/command_line/manifest.json +++ b/homeassistant/components/command_line/manifest.json @@ -1,6 +1,6 @@ { "domain": "command_line", - "name": "Command Line", + "name": "Command line", "codeowners": ["@gjohansson-ST"], "documentation": "https://www.home-assistant.io/integrations/command_line", "iot_class": "local_polling", diff --git a/homeassistant/components/device_automation/manifest.json b/homeassistant/components/device_automation/manifest.json index 16587df44c26..f445bce0ee33 100644 --- a/homeassistant/components/device_automation/manifest.json +++ b/homeassistant/components/device_automation/manifest.json @@ -1,6 +1,6 @@ { "domain": "device_automation", - "name": "Device Automation", + "name": "Device automation", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/device_automation", "integration_type": "system", diff --git a/homeassistant/components/device_sun_light_trigger/manifest.json b/homeassistant/components/device_sun_light_trigger/manifest.json index 4782fcf4d9b0..d787b5fe23e0 100644 --- a/homeassistant/components/device_sun_light_trigger/manifest.json +++ b/homeassistant/components/device_sun_light_trigger/manifest.json @@ -1,6 +1,6 @@ { "domain": "device_sun_light_trigger", - "name": "Presence-based Lights", + "name": "Presence-based lights", "after_dependencies": ["device_tracker", "group", "light", "person"], "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/device_sun_light_trigger", diff --git a/homeassistant/components/device_tracker/manifest.json b/homeassistant/components/device_tracker/manifest.json index 5fde0fc9fa16..aea2c5c5e5ae 100644 --- a/homeassistant/components/device_tracker/manifest.json +++ b/homeassistant/components/device_tracker/manifest.json @@ -1,6 +1,6 @@ { "domain": "device_tracker", - "name": "Device Tracker", + "name": "Device tracker", "codeowners": ["@home-assistant/core"], "dependencies": ["zone"], "documentation": "https://www.home-assistant.io/integrations/device_tracker", diff --git a/homeassistant/components/dhcp/manifest.json b/homeassistant/components/dhcp/manifest.json index 5f72e9233f18..3b0e17c5cb7f 100644 --- a/homeassistant/components/dhcp/manifest.json +++ b/homeassistant/components/dhcp/manifest.json @@ -1,6 +1,6 @@ { "domain": "dhcp", - "name": "DHCP Discovery", + "name": "DHCP discovery", "codeowners": ["@bdraco"], "dependencies": ["network"], "documentation": "https://www.home-assistant.io/integrations/dhcp", diff --git a/homeassistant/components/file_upload/manifest.json b/homeassistant/components/file_upload/manifest.json index 7e5be2db9807..e0c88842ad76 100644 --- a/homeassistant/components/file_upload/manifest.json +++ b/homeassistant/components/file_upload/manifest.json @@ -1,6 +1,6 @@ { "domain": "file_upload", - "name": "File Upload", + "name": "File upload", "codeowners": ["@home-assistant/core"], "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/file_upload", diff --git a/homeassistant/components/filesize/manifest.json b/homeassistant/components/filesize/manifest.json index 0c5f544936e7..daa36d3f68ae 100644 --- a/homeassistant/components/filesize/manifest.json +++ b/homeassistant/components/filesize/manifest.json @@ -1,6 +1,6 @@ { "domain": "filesize", - "name": "File Size", + "name": "File size", "codeowners": ["@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/filesize", diff --git a/homeassistant/components/filesize/strings.json b/homeassistant/components/filesize/strings.json index edafdd519262..122cc3621c27 100644 --- a/homeassistant/components/filesize/strings.json +++ b/homeassistant/components/filesize/strings.json @@ -37,5 +37,5 @@ } } }, - "title": "Filesize" + "title": "File size" } diff --git a/homeassistant/components/folder_watcher/manifest.json b/homeassistant/components/folder_watcher/manifest.json index 1f0d9c595eec..812ba4785a8c 100644 --- a/homeassistant/components/folder_watcher/manifest.json +++ b/homeassistant/components/folder_watcher/manifest.json @@ -1,6 +1,6 @@ { "domain": "folder_watcher", - "name": "Folder Watcher", + "name": "Folder watcher", "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/folder_watcher", diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index 19cf273c6f5f..64401b667edc 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -1,6 +1,6 @@ { "domain": "frontend", - "name": "Home Assistant Frontend", + "name": "Home Assistant frontend", "codeowners": ["@home-assistant/frontend"], "dependencies": [ "api", diff --git a/homeassistant/components/image_processing/manifest.json b/homeassistant/components/image_processing/manifest.json index e41b994320d3..89c67e1453d9 100644 --- a/homeassistant/components/image_processing/manifest.json +++ b/homeassistant/components/image_processing/manifest.json @@ -1,6 +1,6 @@ { "domain": "image_processing", - "name": "Image Processing", + "name": "Image processing", "codeowners": ["@home-assistant/core"], "dependencies": ["camera"], "documentation": "https://www.home-assistant.io/integrations/image_processing", diff --git a/homeassistant/components/image_upload/manifest.json b/homeassistant/components/image_upload/manifest.json index ad8824f23300..538db75f4186 100644 --- a/homeassistant/components/image_upload/manifest.json +++ b/homeassistant/components/image_upload/manifest.json @@ -1,6 +1,6 @@ { "domain": "image_upload", - "name": "Image Upload", + "name": "Image upload", "codeowners": ["@home-assistant/core"], "config_flow": false, "dependencies": ["http"], diff --git a/homeassistant/components/input_boolean/manifest.json b/homeassistant/components/input_boolean/manifest.json index e5af0ed5a945..452fafbd0a85 100644 --- a/homeassistant/components/input_boolean/manifest.json +++ b/homeassistant/components/input_boolean/manifest.json @@ -1,6 +1,6 @@ { "domain": "input_boolean", - "name": "Input Boolean", + "name": "Input boolean", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/input_boolean", "integration_type": "helper", diff --git a/homeassistant/components/input_button/manifest.json b/homeassistant/components/input_button/manifest.json index e7d851d876b3..217f9b93ed0d 100644 --- a/homeassistant/components/input_button/manifest.json +++ b/homeassistant/components/input_button/manifest.json @@ -1,6 +1,6 @@ { "domain": "input_button", - "name": "Input Button", + "name": "Input button", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/input_button", "integration_type": "helper", diff --git a/homeassistant/components/input_number/manifest.json b/homeassistant/components/input_number/manifest.json index 89716a63e478..a60ae43fca93 100644 --- a/homeassistant/components/input_number/manifest.json +++ b/homeassistant/components/input_number/manifest.json @@ -1,6 +1,6 @@ { "domain": "input_number", - "name": "Input Number", + "name": "Input number", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/input_number", "integration_type": "helper", diff --git a/homeassistant/components/input_select/manifest.json b/homeassistant/components/input_select/manifest.json index 6ae35e67db09..7927a7c6eeab 100644 --- a/homeassistant/components/input_select/manifest.json +++ b/homeassistant/components/input_select/manifest.json @@ -1,6 +1,6 @@ { "domain": "input_select", - "name": "Input Select", + "name": "Input select", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/input_select", "integration_type": "helper", diff --git a/homeassistant/components/input_text/manifest.json b/homeassistant/components/input_text/manifest.json index 4e247aeac14a..a36d2d2095f5 100644 --- a/homeassistant/components/input_text/manifest.json +++ b/homeassistant/components/input_text/manifest.json @@ -1,6 +1,6 @@ { "domain": "input_text", - "name": "Input Text", + "name": "Input text", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/input_text", "integration_type": "helper", diff --git a/homeassistant/components/lawn_mower/manifest.json b/homeassistant/components/lawn_mower/manifest.json index 43418a9440db..9c115f84f500 100644 --- a/homeassistant/components/lawn_mower/manifest.json +++ b/homeassistant/components/lawn_mower/manifest.json @@ -1,6 +1,6 @@ { "domain": "lawn_mower", - "name": "Lawn Mower", + "name": "Lawn mower", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/lawn_mower", "integration_type": "entity", diff --git a/homeassistant/components/local_calendar/manifest.json b/homeassistant/components/local_calendar/manifest.json index 72420528bbf2..58776c82aaec 100644 --- a/homeassistant/components/local_calendar/manifest.json +++ b/homeassistant/components/local_calendar/manifest.json @@ -1,6 +1,6 @@ { "domain": "local_calendar", - "name": "Local Calendar", + "name": "Local calendar", "codeowners": ["@allenporter"], "config_flow": true, "dependencies": ["file_upload"], diff --git a/homeassistant/components/local_calendar/strings.json b/homeassistant/components/local_calendar/strings.json index 77f61c43a7e2..8e7fb5035dfa 100644 --- a/homeassistant/components/local_calendar/strings.json +++ b/homeassistant/components/local_calendar/strings.json @@ -30,5 +30,5 @@ } } }, - "title": "Local Calendar" + "title": "Local calendar" } diff --git a/homeassistant/components/local_file/manifest.json b/homeassistant/components/local_file/manifest.json index 0e6e64d17e5c..51cfea993169 100644 --- a/homeassistant/components/local_file/manifest.json +++ b/homeassistant/components/local_file/manifest.json @@ -1,6 +1,6 @@ { "domain": "local_file", - "name": "Local File", + "name": "Local file", "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/local_file", diff --git a/homeassistant/components/local_todo/manifest.json b/homeassistant/components/local_todo/manifest.json index eadaeecf2d1f..622d427924ae 100644 --- a/homeassistant/components/local_todo/manifest.json +++ b/homeassistant/components/local_todo/manifest.json @@ -1,6 +1,6 @@ { "domain": "local_todo", - "name": "Local To-do", + "name": "Local to-do", "codeowners": ["@allenporter"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/local_todo", diff --git a/homeassistant/components/local_todo/strings.json b/homeassistant/components/local_todo/strings.json index 9fef14e88868..20479b4c47ea 100644 --- a/homeassistant/components/local_todo/strings.json +++ b/homeassistant/components/local_todo/strings.json @@ -13,5 +13,5 @@ } } }, - "title": "Local To-do" + "title": "Local to-do" } diff --git a/homeassistant/components/manual/manifest.json b/homeassistant/components/manual/manifest.json index 37ba45c2ddae..9cc5b73dd90c 100644 --- a/homeassistant/components/manual/manifest.json +++ b/homeassistant/components/manual/manifest.json @@ -1,6 +1,6 @@ { "domain": "manual", - "name": "Manual Alarm Control Panel", + "name": "Manual alarm control panel", "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/manual", "integration_type": "helper", diff --git a/homeassistant/components/manual_mqtt/manifest.json b/homeassistant/components/manual_mqtt/manifest.json index bf2fccb62ae7..78101cb03267 100644 --- a/homeassistant/components/manual_mqtt/manifest.json +++ b/homeassistant/components/manual_mqtt/manifest.json @@ -1,6 +1,6 @@ { "domain": "manual_mqtt", - "name": "Manual MQTT Alarm Control Panel", + "name": "Manual MQTT alarm control panel", "codeowners": [], "dependencies": ["mqtt"], "documentation": "https://www.home-assistant.io/integrations/manual_mqtt", diff --git a/homeassistant/components/media_extractor/manifest.json b/homeassistant/components/media_extractor/manifest.json index 91a9d1c983ea..6abc770947de 100644 --- a/homeassistant/components/media_extractor/manifest.json +++ b/homeassistant/components/media_extractor/manifest.json @@ -1,6 +1,6 @@ { "domain": "media_extractor", - "name": "Media Extractor", + "name": "Media extractor", "codeowners": ["@joostlek"], "config_flow": true, "dependencies": ["media_player"], diff --git a/homeassistant/components/media_player/manifest.json b/homeassistant/components/media_player/manifest.json index fa182e314b93..ab17db103a74 100644 --- a/homeassistant/components/media_player/manifest.json +++ b/homeassistant/components/media_player/manifest.json @@ -1,6 +1,6 @@ { "domain": "media_player", - "name": "Media Player", + "name": "Media player", "codeowners": ["@home-assistant/core"], "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/media_player", diff --git a/homeassistant/components/media_source/manifest.json b/homeassistant/components/media_source/manifest.json index 564f0f9e94f1..ef5840e45f66 100644 --- a/homeassistant/components/media_source/manifest.json +++ b/homeassistant/components/media_source/manifest.json @@ -1,6 +1,6 @@ { "domain": "media_source", - "name": "Media Source", + "name": "Media source", "codeowners": ["@hunterjm"], "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/media_source", diff --git a/homeassistant/components/mqtt_room/manifest.json b/homeassistant/components/mqtt_room/manifest.json index 858a1cbb98c7..63d3ddb656e7 100644 --- a/homeassistant/components/mqtt_room/manifest.json +++ b/homeassistant/components/mqtt_room/manifest.json @@ -1,6 +1,6 @@ { "domain": "mqtt_room", - "name": "MQTT Room Presence", + "name": "MQTT room presence", "codeowners": [], "dependencies": ["mqtt"], "documentation": "https://www.home-assistant.io/integrations/mqtt_room", diff --git a/homeassistant/components/panel_custom/manifest.json b/homeassistant/components/panel_custom/manifest.json index 1b4bef6bc99e..aa34b442e563 100644 --- a/homeassistant/components/panel_custom/manifest.json +++ b/homeassistant/components/panel_custom/manifest.json @@ -1,6 +1,6 @@ { "domain": "panel_custom", - "name": "Custom Panel", + "name": "Custom panel", "codeowners": ["@home-assistant/frontend"], "dependencies": ["frontend"], "documentation": "https://www.home-assistant.io/integrations/panel_custom", diff --git a/homeassistant/components/radio_frequency/manifest.json b/homeassistant/components/radio_frequency/manifest.json index e927c1436202..319ca4b534c7 100644 --- a/homeassistant/components/radio_frequency/manifest.json +++ b/homeassistant/components/radio_frequency/manifest.json @@ -1,6 +1,6 @@ { "domain": "radio_frequency", - "name": "Radio Frequency", + "name": "Radio frequency", "codeowners": ["@home-assistant/core"], "dependencies": ["websocket_api"], "documentation": "https://www.home-assistant.io/integrations/radio_frequency", diff --git a/homeassistant/components/recovery_mode/__init__.py b/homeassistant/components/recovery_mode/__init__.py index 8d02d6044c26..db3019ce5486 100644 --- a/homeassistant/components/recovery_mode/__init__.py +++ b/homeassistant/components/recovery_mode/__init__.py @@ -18,6 +18,6 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: "Home Assistant is running in recovery mode. Check [the error" " log](/config/logs) to see what went wrong." ), - "Recovery Mode", + "Recovery mode", ) return True diff --git a/homeassistant/components/recovery_mode/manifest.json b/homeassistant/components/recovery_mode/manifest.json index 4323b54ac55c..e1ffc232a556 100644 --- a/homeassistant/components/recovery_mode/manifest.json +++ b/homeassistant/components/recovery_mode/manifest.json @@ -1,6 +1,6 @@ { "domain": "recovery_mode", - "name": "Recovery Mode", + "name": "Recovery mode", "codeowners": ["@home-assistant/core"], "config_flow": false, "documentation": "https://www.home-assistant.io/integrations/recovery_mode", diff --git a/homeassistant/components/rss_feed_template/manifest.json b/homeassistant/components/rss_feed_template/manifest.json index 9f1c96ecff26..e37d400fabfe 100644 --- a/homeassistant/components/rss_feed_template/manifest.json +++ b/homeassistant/components/rss_feed_template/manifest.json @@ -1,6 +1,6 @@ { "domain": "rss_feed_template", - "name": "RSS Feed Template", + "name": "RSS feed template", "codeowners": ["@home-assistant/core"], "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/rss_feed_template", diff --git a/homeassistant/components/shopping_list/__init__.py b/homeassistant/components/shopping_list/__init__.py index a2527f5d8307..2d4bbf324b92 100644 --- a/homeassistant/components/shopping_list/__init__.py +++ b/homeassistant/components/shopping_list/__init__.py @@ -58,7 +58,7 @@ async def _async_setup(hass: HomeAssistant) -> None: translation_key="deprecated_yaml", translation_placeholders={ "domain": DOMAIN, - "integration_title": "Shopping List", + "integration_title": "Shopping list", }, ) diff --git a/homeassistant/components/shopping_list/manifest.json b/homeassistant/components/shopping_list/manifest.json index 12dfd238fce2..540ed8fe8c86 100644 --- a/homeassistant/components/shopping_list/manifest.json +++ b/homeassistant/components/shopping_list/manifest.json @@ -1,6 +1,6 @@ { "domain": "shopping_list", - "name": "Shopping List", + "name": "Shopping list", "codeowners": [], "config_flow": true, "dependencies": ["http"], diff --git a/homeassistant/components/shopping_list/strings.json b/homeassistant/components/shopping_list/strings.json index 6c4fe93234fe..d7daa3f95430 100644 --- a/homeassistant/components/shopping_list/strings.json +++ b/homeassistant/components/shopping_list/strings.json @@ -81,5 +81,5 @@ "name": "Sort shopping list" } }, - "title": "Shopping List" + "title": "Shopping list" } diff --git a/homeassistant/components/systemmonitor/manifest.json b/homeassistant/components/systemmonitor/manifest.json index 444d5fb9596e..0f25f8b782b5 100644 --- a/homeassistant/components/systemmonitor/manifest.json +++ b/homeassistant/components/systemmonitor/manifest.json @@ -1,6 +1,6 @@ { "domain": "systemmonitor", - "name": "System Monitor", + "name": "System monitor", "codeowners": ["@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/systemmonitor", diff --git a/homeassistant/components/water_heater/manifest.json b/homeassistant/components/water_heater/manifest.json index 96629906ccec..96a663e5c330 100644 --- a/homeassistant/components/water_heater/manifest.json +++ b/homeassistant/components/water_heater/manifest.json @@ -1,6 +1,6 @@ { "domain": "water_heater", - "name": "Water Heater", + "name": "Water heater", "codeowners": ["@home-assistant/core"], "documentation": "https://www.home-assistant.io/integrations/water_heater", "integration_type": "entity", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7f190a8098fb..9affa7ef0cc5 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1175,7 +1175,7 @@ "iot_class": "local_push" }, "command_line": { - "name": "Command Line", + "name": "Command line", "integration_type": "hub", "config_flow": false, "iot_class": "local_polling" @@ -1383,7 +1383,7 @@ "iot_class": "local_polling" }, "device_sun_light_trigger": { - "name": "Presence-based Lights", + "name": "Presence-based lights", "integration_type": "hub", "config_flow": false, "iot_class": "calculated" @@ -2249,7 +2249,7 @@ "iot_class": "local_polling" }, "folder_watcher": { - "name": "Folder Watcher", + "name": "Folder watcher", "integration_type": "hub", "config_flow": true, "iot_class": "local_polling" @@ -4063,7 +4063,7 @@ "iot_class": "local_polling" }, "local_file": { - "name": "Local File", + "name": "Local file", "integration_type": "hub", "config_flow": true, "iot_class": "local_polling" @@ -4291,7 +4291,7 @@ "iot_class": "local_polling" }, "media_extractor": { - "name": "Media Extractor", + "name": "Media extractor", "integration_type": "hub", "config_flow": true, "iot_class": "calculated", @@ -4653,7 +4653,7 @@ "integration_type": "hub", "config_flow": false, "iot_class": "local_push", - "name": "Manual MQTT Alarm Control Panel" + "name": "Manual MQTT alarm control panel" }, "mqtt": { "integration_type": "service", @@ -4677,7 +4677,7 @@ "integration_type": "hub", "config_flow": false, "iot_class": "local_push", - "name": "MQTT Room Presence" + "name": "MQTT room presence" }, "mqtt_statestream": { "integration_type": "hub", @@ -6244,7 +6244,7 @@ "iot_class": "cloud_polling" }, "rss_feed_template": { - "name": "RSS Feed Template", + "name": "RSS feed template", "integration_type": "hub", "config_flow": false, "iot_class": "local_push" @@ -7209,7 +7209,7 @@ "iot_class": "local_push" }, "systemmonitor": { - "name": "System Monitor", + "name": "System monitor", "integration_type": "hub", "config_flow": true, "iot_class": "local_push", @@ -8648,7 +8648,7 @@ "iot_class": "local_push" }, "manual": { - "name": "Manual Alarm Control Panel", + "name": "Manual alarm control panel", "integration_type": "helper", "config_flow": false, "iot_class": "calculated" diff --git a/script/hassfest/translations.py b/script/hassfest/translations.py index aaba675fa337..ba358a0c9f5d 100644 --- a/script/hassfest/translations.py +++ b/script/hassfest/translations.py @@ -37,6 +37,7 @@ ALLOW_NAME_TRANSLATION = { "emulated_roku", "energenie_power_sockets", "faa_delays", + "filesize", "garages_amsterdam", "generic", "google_travel_time", diff --git a/tests/components/cloud/snapshots/test_http_api.ambr b/tests/components/cloud/snapshots/test_http_api.ambr index 72b13befc4ce..8be82b31bc8c 100644 --- a/tests/components/cloud/snapshots/test_http_api.ambr +++ b/tests/components/cloud/snapshots/test_http_api.ambr @@ -30,7 +30,7 @@ --- | --- ai_task | AI Task auth | Auth - binary_sensor | Binary Sensor + binary_sensor | Binary sensor cloud | Home Assistant Cloud cloud.ai_task | Unknown cloud.binary_sensor | Unknown @@ -43,7 +43,7 @@ http | HTTP intent | Intent llm | LLM - media_source | Media Source + media_source | Media source mock_no_info_integration | mock_no_info_integration repairs | Repairs stt | Speech-to-text (STT) @@ -166,7 +166,7 @@ --- | --- ai_task | AI Task auth | Auth - binary_sensor | Binary Sensor + binary_sensor | Binary sensor cloud | Home Assistant Cloud cloud.ai_task | Unknown cloud.binary_sensor | Unknown @@ -179,7 +179,7 @@ http | HTTP intent | Intent llm | LLM - media_source | Media Source + media_source | Media source mock_no_info_integration | mock_no_info_integration repairs | Repairs stt | Speech-to-text (STT) diff --git a/tests/components/conversation/test_trace.py b/tests/components/conversation/test_trace.py index 46a280175e42..b3fef64faffd 100644 --- a/tests/components/conversation/test_trace.py +++ b/tests/components/conversation/test_trace.py @@ -55,7 +55,7 @@ async def test_converation_trace( assert trace_event.get("data") == { "intent_name": "HassListAddItem", "slots": { - "name": "Shopping List", + "name": "Shopping list", "item": "apples", }, }