diff --git a/website/i18n/en.json b/website/i18n/en.json index 905bd44d..e0dcc712 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -51,6 +51,9 @@ "development_testing": "Testing your code", "development_typing": "Adding type hints to your code", "development_validation": "Validate the input", + "documentation_create_page": "Create a new page", + "documentation_index": "Documentation", + "documentation_standards": "Standards", "entity_alarm_control_panel": "Alarm Control Panel Entity", "Alarm Control Panel": "Alarm Control Panel", "entity_binary_sensor": "Binary Sensor Entity", @@ -139,6 +142,7 @@ "Creating Components": "Creating Components", "External API": "External API", "Internationalization": "Internationalization", + "Documentation": "Documentation", "Intents": "Intents", "asyncio": "asyncio", "Hass.io Add-Ons": "Hass.io Add-Ons", diff --git a/website/static/img/en/architecture/component_interaction.png b/website/static/img/en/architecture/component_interaction.png index fc33f781..c347881c 100644 Binary files a/website/static/img/en/architecture/component_interaction.png and b/website/static/img/en/architecture/component_interaction.png differ