From 8cf79e75b63b16b88075e6a5b6642d41c5a8275c Mon Sep 17 00:00:00 2001 From: basbruss <68892092+basbruss@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:05:39 +0200 Subject: [PATCH] Adjust strings --- .../adaptive_cover/config_flow.py | 6 +- custom_components/adaptive_cover/strings.json | 594 +++++++++-------- .../adaptive_cover/translations/en.json | 614 +++++++++--------- .../adaptive_cover/translations/nl.json | 316 +++++---- 4 files changed, 801 insertions(+), 729 deletions(-) diff --git a/custom_components/adaptive_cover/config_flow.py b/custom_components/adaptive_cover/config_flow.py index d0c2a78..fd4bfd2 100644 --- a/custom_components/adaptive_cover/config_flow.py +++ b/custom_components/adaptive_cover/config_flow.py @@ -422,11 +422,7 @@ async def async_step_init( ) -> FlowResult: """Manage the options.""" return self.async_show_menu( - step_id="init", - menu_options={ - "automation": "Change Automation Config", - "blind": "Adjust blind parameters", - }, + step_id="init", menu_options=["automation", "blind"] ) async def async_step_automation(self, user_input: dict[str, Any] | None = None): diff --git a/custom_components/adaptive_cover/strings.json b/custom_components/adaptive_cover/strings.json index f7528f4..8253088 100644 --- a/custom_components/adaptive_cover/strings.json +++ b/custom_components/adaptive_cover/strings.json @@ -1,293 +1,315 @@ { "title": "Adaptive Cover", "config": { - "step": { - "user": { - "data": { - "name": "Name", - "blueprint": "Add blueprint to HomeAssistant", - "mode": "Type of blind" - } - }, - "vertical": { - "data": { - "set_azimuth": "Window Azimuth", - "window_height": "Window Height", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "window_height": "Set the height of the window(s) in meters", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Vertical cover" - }, - "climate":{ - "data":{ - "temp_entity": "Inside temperature entity", - "presence_entity": "Presence entity", - "weather_entity": "Weather entity (optional)", - "outside_temp": "Outside temperature sensor", - "temp_low": "Low temperature threshold", - "temp_high": "High temperature threshold" - }, - "data_description":{ - "presence_entity": "Entity to represent the presence status in the room or home", - "weather_entity": "Checks for weather conditions and can be used for the outside temperature", - "outside_temp":"This entity overrides the outside temperature from the weather entity if both are set", - "temp_low": "The minimum comfort temperature", - "temp_high": "The maximum comfort temperature" - }, - "description": "Add additional climate configuration variables. Weather and Presence are optional", - "title": "Climate settings" - }, - "weather":{ - "data":{ - "weather_state": "Weather Conditions" - }, - "data_description":{ - "weather_state": "Select the weather conditions that allow the window to be controlled automatically" - }, - "title": "Weather Conditions" - }, - "horizontal": { - "data": { - "set_azimuth": "Window Azimuth", - "height_awning": "Awning Height", - "lenght_awning": "Awning Span Length", - "window_height": "Window Height", - "angle": "Awning Angle", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "height_awning": "Set the height of the awning from the floor", - "window_height": "Set the height of the window(s) in meters", - "lenght_awning": "The total length of the span in meters", - "angle": "The angle of the attached awning measured perpendicular from the wall downward to the floor", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Horizontal cover" - }, - "tilt": { - "data": { - "set_azimuth": "Window Azimuth", - "slat_depth": "Slat Depth", - "slat_distance": "Slat Spacing", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode", - "tilt_mode": "Type of movement" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "slat_depth": "Depth of individual slat in cm", - "slat_distance": "Vertical distance between two slats in cm", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode", - "tilt_mode": "Select the type of movement" - }, - "description": "Add configuration variables to the sensor", - "title": "Tilted cover" - } - } - }, - "options": { - "step": { - "vertical": { - "data": { - "set_azimuth": "Window Azimuth", - "window_height": "Window Height", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "window_height": "Set the height of the window(s) in meters", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Vertical cover" - }, - "climate":{ - "data":{ - "temp_entity": "Inside temperature entity", - "presence_entity": "Presence entity", - "weather_entity": "Weather entity (optional)", - "outside_temp": "Outside temperature sensor", - "temp_low": "Low temperature threshold", - "temp_high": "High temperature threshold" - }, - "data_description":{ - "presence_entity": "Entity to represent the presence status in the room or home", - "weather_entity": "Checks for weather conditions and can be used for the outside temperature", - "outside_temp":"This entity overrides the outside temperature from the weather entity if both are set", - "temp_low": "The minimum comfort temperature", - "temp_high": "The maximum comfort temperature" - }, - "description": "Add additional climate configuration variables. Weather and Presence are optional", - "title": "Climate settings" - }, - "weather":{ - "data":{ - "weather_state": "Weather Conditions" - }, - "data_description":{ - "weather_state": "Select the weather conditions that allow the window to be controlled automatically" - }, - "title": "Weather Conditions" - }, - "horizontal": { - "data": { - "set_azimuth": "Window Azimuth", - "height_awning": "Awning Height", - "lenght_awning": "Awning Span Length", - "window_height": "Window Height", - "angle": "Awning Angle", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "height_awning": "Set the height of the awning from the floor", - "window_height": "Set the height of the window(s) in meters", - "lenght_awning": "The total length of the span in meters", - "angle": "The angle of the attached awning measured perpendicular from the wall downward to the floor", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Horizontal cover" - }, - "tilt": { - "data": { - "set_azimuth": "Window Azimuth", - "slat_depth": "Slat Depth", - "slat_distance": "Slat Spacing", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode", - "tilt_mode": "Type of movement" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "slat_depth": "Depth of individual slat in cm", - "slat_distance": "Vertical distance between two slats in cm", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode", - "tilt_mode": "Select the type of movement" - }, - "description": "Add configuration variables to the sensor", - "title": "Tilted cover" - } - } - }, - "selector": { - "mode":{ - "options":{ - "cover_blind": "Vertical blind", - "cover_awning": "Horizontal blind", - "cover_tilt": "Tilted blind" + "step": { + "user": { + "data": { + "name": "Name", + "blueprint": "Add blueprint to HomeAssistant", + "mode": "Type of blind" + } + }, + "automation": { + "data": { + "delta_position": "Minimum position adjustment", + "delta_time": "Minimum interval between position changes", + "start_time": "Starting time", + "start_entity": "Entity indicating starting time" + }, + "data_description": { + "delta_position": "Minimum change in position required before adjusting the cover's position", + "delta_time": "Minimum time interval between position changes; minimum is 2 minutes", + "start_time": "Starting time for each day; before this time, the cover will remain stationary", + "start_entity": "Entity representing starting time state, overriding the fixed start time set above. Useful for automating the start time with an entity" + } + }, + "vertical": { + "data": { + "set_azimuth": "Window Azimuth", + "window_height": "Window Height", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Adjust Azimuth", + "window_height": "Specify window height in meters", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view angle to the left of the window center", + "fov_right": "Field of view angle to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Vertical cover" + }, + "climate": { + "data": { + "temp_entity": "Inside temperature entity", + "presence_entity": "Presence entity (optional)", + "weather_entity": "Weather entity (optional)", + "outside_temp": "Outside temperature sensor (optional)", + "temp_low": "Low temperature threshold", + "temp_high": "High temperature threshold" + }, + "data_description": { + "presence_entity": "Entity representing room or home presence status", + "weather_entity": "Monitors weather conditions, and outside temperature", + "outside_temp": "Overrides outside temperature from weather entity if both are set", + "temp_low": "Minimum comfortable temperature", + "temp_high": "Maximum comfortable temperature" + }, + "description": "Add additional climate configuration variables.", + "title": "Climate settings" + }, + "weather": { + "data": {"weather_state": "Weather Conditions"}, + "data_description": { + "weather_state": "Choose the weather conditions that enable automatic window control." + }, + "title": "Weather Conditions" + }, + "horizontal": { + "data": { + "set_azimuth": "Window Azimuth", + "height_awning": "Awning Height", + "lenght_awning": "Awning Span Length", + "window_height": "Window Height", + "angle": "Awning Angle", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "height_awning": "Adjust the height of the awning from the ground", + "window_height": "Specify the height of the window(s) in meters", + "length_awning": "Total span length in meters", + "angle": "Angle of the attached awning measured perpendicular from the wall to the ground", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view degrees to the left of the window center", + "fov_right": "Field of view degrees to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Horizontal cover" + }, + "tilt": { + "data": { + "set_azimuth": "Window Azimuth", + "slat_depth": "Slat Depth", + "slat_distance": "Slat Spacing", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode", + "tilt_mode": "Type of movement" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "slat_depth": "Depth of each individual slat in centimeters", + "slat_distance": "Vertical distance between two slats in centimeters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Degrees to consider from the left side of the window center", + "fov_right": "Degrees to consider from the right side of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to transition to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode", + "tilt_mode": "Choose the type of movement" + }, + "description": "Add configuration variables to the sensor", + "title": "Tilted cover" + } } }, - "tilt_mode": { "options": { - "mode1": "single direction (0% = closed / 100% = open)", - "mode2": "bi-directional (0% = closed / 50% = open / 100% = closed)" + "step": { + "automation": { + "data": { + "delta_position": "Minimum position adjustment", + "delta_time": "Minimum interval between position changes", + "start_time": "Starting time", + "start_entity": "Entity indicating starting time" + }, + "data_description": { + "delta_position": "Minimum change in position required before adjusting the cover's position", + "delta_time": "Minimum time interval between position changes; minimum is 2 minutes", + "start_time": "Starting time for each day; before this time, the cover will remain stationary", + "start_entity": "Entity representing starting time state, overriding the fixed start time set above. Useful for automating the start time with an entity" + } + }, + "vertical": { + "data": { + "set_azimuth": "Window Azimuth", + "window_height": "Window Height", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Adjust Azimuth", + "window_height": "Specify window height in meters", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view angle to the left of the window center", + "fov_right": "Field of view angle to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Vertical cover" + }, + "climate": { + "data": { + "temp_entity": "Inside temperature entity", + "presence_entity": "Presence entity (optional)", + "weather_entity": "Weather entity (optional)", + "outside_temp": "Outside temperature sensor (optional)", + "temp_low": "Low temperature threshold", + "temp_high": "High temperature threshold" + }, + "data_description": { + "presence_entity": "Entity representing room or home presence status", + "weather_entity": "Monitors weather conditions, and outside temperature", + "outside_temp": "Overrides outside temperature from weather entity if both are set", + "temp_low": "Minimum comfortable temperature", + "temp_high": "Maximum comfortable temperature" + }, + "description": "Add additional climate configuration variables.", + "title": "Climate settings" + }, + "weather": { + "data": {"weather_state": "Weather Conditions"}, + "data_description": { + "weather_state": "Choose the weather conditions that enable automatic window control." + }, + "title": "Weather Conditions" + }, + "horizontal": { + "data": { + "set_azimuth": "Window Azimuth", + "height_awning": "Awning Height", + "lenght_awning": "Awning Span Length", + "window_height": "Window Height", + "angle": "Awning Angle", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "height_awning": "Adjust the height of the awning from the ground", + "window_height": "Specify the height of the window(s) in meters", + "length_awning": "Total span length in meters", + "angle": "Angle of the attached awning measured perpendicular from the wall to the ground", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view degrees to the left of the window center", + "fov_right": "Field of view degrees to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Horizontal cover" + }, + "tilt": { + "data": { + "set_azimuth": "Window Azimuth", + "slat_depth": "Slat Depth", + "slat_distance": "Slat Spacing", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode", + "tilt_mode": "Type of movement" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "slat_depth": "Depth of each individual slat in centimeters", + "slat_distance": "Vertical distance between two slats in centimeters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Degrees to consider from the left side of the window center", + "fov_right": "Degrees to consider from the right side of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to transition to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode", + "tilt_mode": "Choose the type of movement" + }, + "description": "Add configuration variables to the sensor", + "title": "Tilted cover" + } + } + }, + "selector": { + "mode": { + "options": { + "cover_blind": "Vertical blind", + "cover_awning": "Horizontal blind", + "cover_tilt": "Tilted blind" + } + }, + "tilt_mode": { + "options": { + "mode1": "single direction (0% = closed / 100% = open)", + "mode2": "bi-directional (0% = closed / 50% = open / 100% = closed)" + } + } + } } - } - } -} diff --git a/custom_components/adaptive_cover/translations/en.json b/custom_components/adaptive_cover/translations/en.json index 16dec4e..571b833 100644 --- a/custom_components/adaptive_cover/translations/en.json +++ b/custom_components/adaptive_cover/translations/en.json @@ -1,301 +1,321 @@ { - "title": "Adaptive Cover", - "config": { - "step": { - "user": { - "data": { - "name": "Name", - "blueprint": "Add blueprint to HomeAssistant", - "mode": "Type of blind" + "title": "Adaptive Cover", + "config": { + "step": { + "user": { + "data": { + "name": "Name", + "blueprint": "Add blueprint to HomeAssistant", + "mode": "Type of blind" + } + }, + "automation": { + "data": { + "delta_position": "Minimum position adjustment", + "delta_time": "Minimum interval between position changes", + "start_time": "Starting time", + "start_entity": "Entity indicating starting time" + }, + "data_description": { + "delta_position": "Minimum change in position required before adjusting the cover's position", + "delta_time": "Minimum time interval between position changes; minimum is 2 minutes", + "start_time": "Starting time for each day; before this time, the cover will remain stationary", + "start_entity": "Entity representing starting time state, overriding the fixed start time set above. Useful for automating the start time with an entity" + } + }, + "vertical": { + "data": { + "set_azimuth": "Window Azimuth", + "window_height": "Window Height", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Adjust Azimuth", + "window_height": "Specify window height in meters", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view angle to the left of the window center", + "fov_right": "Field of view angle to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Vertical cover" + }, + "climate": { + "data": { + "temp_entity": "Inside temperature entity", + "presence_entity": "Presence entity (optional)", + "weather_entity": "Weather entity (optional)", + "outside_temp": "Outside temperature sensor (optional)", + "temp_low": "Low temperature threshold", + "temp_high": "High temperature threshold" + }, + "data_description": { + "presence_entity": "Entity representing room or home presence status", + "weather_entity": "Monitors weather conditions, and outside temperature", + "outside_temp": "Overrides outside temperature from weather entity if both are set", + "temp_low": "Minimum comfortable temperature", + "temp_high": "Maximum comfortable temperature" + }, + "description": "Add additional climate configuration variables.", + "title": "Climate settings" + }, + "weather": { + "data": {"weather_state": "Weather Conditions"}, + "data_description": { + "weather_state": "Choose the weather conditions that enable automatic window control." + }, + "title": "Weather Conditions" + }, + "horizontal": { + "data": { + "set_azimuth": "Window Azimuth", + "height_awning": "Awning Height", + "lenght_awning": "Awning Span Length", + "window_height": "Window Height", + "angle": "Awning Angle", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "height_awning": "Adjust the height of the awning from the ground", + "window_height": "Specify the height of the window(s) in meters", + "length_awning": "Total span length in meters", + "angle": "Angle of the attached awning measured perpendicular from the wall to the ground", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view degrees to the left of the window center", + "fov_right": "Field of view degrees to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Horizontal cover" + }, + "tilt": { + "data": { + "set_azimuth": "Window Azimuth", + "slat_depth": "Slat Depth", + "slat_distance": "Slat Spacing", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode", + "tilt_mode": "Type of movement" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "slat_depth": "Depth of each individual slat in centimeters", + "slat_distance": "Vertical distance between two slats in centimeters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Degrees to consider from the left side of the window center", + "fov_right": "Degrees to consider from the right side of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to transition to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode", + "tilt_mode": "Choose the type of movement" + }, + "description": "Add configuration variables to the sensor", + "title": "Tilted cover" + } } }, - "automation":{ - "data":{ - "delta_position":"Minimum position change", - "delta_time": "Minimum time between position changes", - "start_time": "Start time of adaptive control", - "start_entity": "Entity with start time as state" + "options": { + "step": { + "init":{ + "menu_options":{ + "automation": "Modify Automation Configuration", + "blind": "Fine-tune Blind Settings" + } + }, + "automation": { + "data": { + "delta_position": "Minimum position adjustment", + "delta_time": "Minimum interval between position changes", + "start_time": "Starting time", + "start_entity": "Entity indicating starting time" + }, + "data_description": { + "delta_position": "Minimum change in position required before adjusting the cover's position", + "delta_time": "Minimum time interval between position changes; minimum is 2 minutes", + "start_time": "Starting time for each day; before this time, the cover will remain stationary", + "start_entity": "Entity representing starting time state, overriding the fixed start time set above. Useful for automating the start time with an entity" + } + }, + "vertical": { + "data": { + "set_azimuth": "Window Azimuth", + "window_height": "Window Height", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Adjust Azimuth", + "window_height": "Specify window height in meters", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view angle to the left of the window center", + "fov_right": "Field of view angle to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Vertical cover" + }, + "climate": { + "data": { + "temp_entity": "Inside temperature entity", + "presence_entity": "Presence entity (optional)", + "weather_entity": "Weather entity (optional)", + "outside_temp": "Outside temperature sensor (optional)", + "temp_low": "Low temperature threshold", + "temp_high": "High temperature threshold" + }, + "data_description": { + "presence_entity": "Entity representing room or home presence status", + "weather_entity": "Monitors weather conditions, and outside temperature", + "outside_temp": "Overrides outside temperature from weather entity if both are set", + "temp_low": "Minimum comfortable temperature", + "temp_high": "Maximum comfortable temperature" + }, + "description": "Add additional climate configuration variables.", + "title": "Climate settings" + }, + "weather": { + "data": {"weather_state": "Weather Conditions"}, + "data_description": { + "weather_state": "Choose the weather conditions that enable automatic window control." + }, + "title": "Weather Conditions" + }, + "horizontal": { + "data": { + "set_azimuth": "Window Azimuth", + "height_awning": "Awning Height", + "lenght_awning": "Awning Span Length", + "window_height": "Window Height", + "angle": "Awning Angle", + "distance_shaded_area": "Shaded area", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "height_awning": "Adjust the height of the awning from the ground", + "window_height": "Specify the height of the window(s) in meters", + "length_awning": "Total span length in meters", + "angle": "Angle of the attached awning measured perpendicular from the wall to the ground", + "distance_shaded_area": "Distance from cover to shaded area in meters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Field of view degrees to the left of the window center", + "fov_right": "Field of view degrees to the right of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to switch to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode" + }, + "description": "Add configuration variables to the sensor", + "title": "Horizontal cover" + }, + "tilt": { + "data": { + "set_azimuth": "Window Azimuth", + "slat_depth": "Slat Depth", + "slat_distance": "Slat Spacing", + "default_percentage": "Default Position", + "max_position": "Maximum Position", + "fov_left": "Field of view left", + "fov_right": "Field of view right", + "group": "Cover Entities", + "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", + "sunset_position": "Sunset Position", + "sunset_offset": "Sunset Offset", + "climate_mode": "Climate Mode", + "tilt_mode": "Type of movement" + }, + "data_description": { + "set_azimuth": "Specify the Azimuth", + "slat_depth": "Depth of each individual slat in centimeters", + "slat_distance": "Vertical distance between two slats in centimeters", + "default_percentage": "Default cover position as a percentage", + "max_position": "Maximum adjustable cover position as a percentage", + "fov_left": "Degrees to consider from the left side of the window center", + "fov_right": "Degrees to consider from the right side of the window center", + "group": "Select entities to control via integration", + "sunset_position": "Position to transition to after sunset", + "sunset_offset": "Offset (±) from sunset time in minutes", + "climate_mode": "Configure variables for climate mode", + "tilt_mode": "Choose the type of movement" + }, + "description": "Add configuration variables to the sensor", + "title": "Tilted cover" + } + } + }, + "selector": { + "mode": { + "options": { + "cover_blind": "Vertical blind", + "cover_awning": "Horizontal blind", + "cover_tilt": "Tilted blind" + } + }, + "tilt_mode": { + "options": { + "mode1": "single direction (0% = closed / 100% = open)", + "mode2": "bi-directional (0% = closed / 50% = open / 100% = closed)" + } + } + } } - }, - "vertical": { - "data": { - "set_azimuth": "Window Azimuth", - "window_height": "Window Height", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "window_height": "Set the height of the window(s) in meters", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Vertical cover" - }, - "climate":{ - "data":{ - "temp_entity": "Inside temperature entity", - "presence_entity": "Presence entity (optional)", - "weather_entity": "Weather entity (optional)", - "outside_temp": "Outside temperature sensor (optional)", - "temp_low": "Low temperature threshold", - "temp_high": "High temperature threshold" - }, - "data_description":{ - "presence_entity": "Entity to represent the presence status in the room or home", - "weather_entity": "Checks for weather conditions and can be used for the outside temperature", - "outside_temp":"This entity overrides the outside temperature from the weather entity if both are set", - "temp_low": "The minimum comfort temperature", - "temp_high": "The maximum comfort temperature" - }, - "description": "Add additional climate configuration variables. Weather and Presence are optional", - "title": "Climate settings" - }, - "weather":{ - "data":{ - "weather_state": "Weather Conditions" - }, - "data_description":{ - "weather_state": "Select the weather conditions that allow the window to be controlled automatically" - }, - "title": "Weather Conditions" - }, - "horizontal": { - "data": { - "set_azimuth": "Window Azimuth", - "height_awning": "Awning Height", - "lenght_awning": "Awning Span Length", - "window_height": "Window Height", - "angle": "Awning Angle", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "height_awning": "Set the height of the awning from the floor", - "window_height": "Set the height of the window(s) in meters", - "lenght_awning": "The total length of the span in meters", - "angle": "The angle of the attached awning measured perpendicular from the wall downward to the floor", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Horizontal cover" - }, - "tilt": { - "data": { - "set_azimuth": "Window Azimuth", - "slat_depth": "Slat Depth", - "slat_distance": "Slat Spacing", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode", - "tilt_mode": "Type of movement" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "slat_depth": "Depth of individual slat in cm", - "slat_distance": "Vertical distance between two slats in cm", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode", - "tilt_mode": "Select the type of movement" - }, - "description": "Add configuration variables to the sensor", - "title": "Tilted cover" - } - } - }, - "options": { - "step": { - "vertical": { - "data": { - "set_azimuth": "Window Azimuth", - "window_height": "Window Height", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "window_height": "Set the height of the window(s) in meters", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Vertical cover" - }, - "climate":{ - "data":{ - "temp_entity": "Inside temperature entity", - "presence_entity": "Presence entity (optional)", - "weather_entity": "Weather entity (optional)", - "outside_temp": "Outside temperature sensor (optional)", - "temp_low": "Low temperature threshold", - "temp_high": "High temperature threshold" - }, - "data_description":{ - "presence_entity": "Entity to represent the presence status in the room or home", - "weather_entity": "Checks for weather conditions and can be used for the outside temperature", - "outside_temp":"This entity overrides the outside temperature from the weather entity if both are set", - "temp_low": "The minimum comfort temperature", - "temp_high": "The maximum comfort temperature" - }, - "description": "Add additional climate configuration variables. Weather and Presence are optional", - "title": "Climate settings" - }, - "weather":{ - "data":{ - "weather_state": "Weather Conditions" - }, - "data_description":{ - "weather_state": "Select the weather conditions that allow the window to be controlled automatically" - }, - "title": "Weather Conditions" - }, - "horizontal": { - "data": { - "set_azimuth": "Window Azimuth", - "height_awning": "Awning Height", - "lenght_awning": "Awning Span Length", - "window_height": "Window Height", - "angle": "Awning Angle", - "distance_shaded_area": "Shaded area", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode" - - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "height_awning": "Set the height of the awning from the floor", - "window_height": "Set the height of the window(s) in meters", - "lenght_awning": "The total length of the span in meters", - "angle": "The angle of the attached awning measured perpendicular from the wall downward to the floor", - "distance_shaded_area": "Distance from cover to shaded area in meters", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode" - }, - "description": "Add configuration variables to the sensor", - "title": "Horizontal cover" - }, - "tilt": { - "data": { - "set_azimuth": "Window Azimuth", - "slat_depth": "Slat Depth", - "slat_distance": "Slat Spacing", - "default_percentage": "Default Position", - "max_position": "Maximum Position", - "fov_left": "Field of view left", - "fov_right": "Field of view right", - "group": "Cover Entities", - "inverse_state": "Inverse the state (needed for some covers that don't follow HA guidelines)", - "sunset_position": "Sunset Position", - "sunset_offset": "Sunset Offset", - "climate_mode": "Climate Mode", - "tilt_mode": "Type of movement" - }, - "data_description": { - "set_azimuth": "Set the Azimuth", - "slat_depth": "Depth of individual slat in cm", - "slat_distance": "Vertical distance between two slats in cm", - "default_percentage": "Default posistion of cover in percentages", - "max_position": "Highest position the cover may be adjusted to in percentages", - "fov_left": "Degrees to take in account from the left side of the center of the window", - "fov_right": "Degrees to take in account from the right side of the center of the window", - "group": "Select entities to be controlled with the Blueprint", - "sunset_position": "Position to change to after sunset", - "sunset_offset": "Offset (+-) from sunset in minutes", - "climate_mode": "Configure variables for climate mode", - "tilt_mode": "Select the type of movement" - }, - "description": "Add configuration variables to the sensor", - "title": "Tilted cover" - } - } - }, - "selector": { - "mode":{ - "options":{ - "cover_blind": "Vertical blind", - "cover_awning": "Horizontal blind", - "cover_tilt": "Tilted blind" - } - }, - "tilt_mode": { - "options": { - "mode1": "single direction (0% = closed / 100% = open)", - "mode2": "bi-directional (0% = closed / 50% = open / 100% = closed)" - } - } - } -} diff --git a/custom_components/adaptive_cover/translations/nl.json b/custom_components/adaptive_cover/translations/nl.json index 1aa6b2b..c534c28 100644 --- a/custom_components/adaptive_cover/translations/nl.json +++ b/custom_components/adaptive_cover/translations/nl.json @@ -6,36 +6,50 @@ "data": { "name": "Naam", "blueprint": "Voeg blueprint toe aan HomeAssistant", - "mode": "Type scherm" + "mode": "Type zonwering" } }, + "automation": { + "data": { + "delta_position": "Minimale positieaanpassing", + "delta_time": "Minimale interval tussen positieveranderingen", + "start_time": "Starttijd", + "start_entity": "Entiteit die starttijd aangeeft" + }, + "data_description": { + "delta_position": "Minimale verandering in positie vereist voordat de positie van de bekleding wordt aangepast", + "delta_time": "Minimale tijdsinterval tussen positieveranderingen; minimum is 2 minuten", + "start_time": "Starttijd voor elke dag; voor deze tijd blijft de bekleding stationair", + "start_entity": "Entiteit die de status van de starttijd vertegenwoordigt, die de hierboven ingestelde statische starttijd overschrijft. Handig voor het automatiseren van de starttijd met een entiteit" + } + }, "vertical": { "data": { "set_azimuth": "Raam Azimuth", - "window_height": "Raam Hoogte", - "distance_shaded_area": "Schaduwgebied", - "default_percentage": "Standaard Positie", - "max_position": "Maximale Posistie", - "fov_left": "Gezichtsveld links", - "fov_right": "Gezichtsveld rechts", - "group": "Cover Entities", + "window_height": "Raamhoogte", + "distance_shaded_area": "Beschaduwde gebied", + "default_percentage": "Standaard positie", + "max_position": "Maximale positie", + "fov_left": "Links gezichtsveld", + "fov_right": "Rechts gezichtsveld", + "group": "Cover Entiteiten", "inverse_state": "Draai de status om (nodig voor sommige covers die omgekeerde percentages hanteren)", "sunset_position": "Zonsondergang Posistie", "sunset_offset": "Afwijking Zonsondergang", - "climate_mode": "Klimaat Modus" + "climate_mode": "Klimaatmodus" }, "data_description": { - "set_azimuth": "Zet de Azimuth", - "window_height": "Zet de hoogte van het raam/de ramen in meters", - "distance_shaded_area": "Afstand van de cover tot het schaduwgebied in meters", - "default_percentage": "Standaard posistie van de cover in percentages", - "max_position": "Maximale posistie tot waar de cover aangepast mag worden in percentages", - "fov_left": "Aantal graden aan de linker kant vanuit het midden gezien van het raam", - "fov_right": "Aantal graden aan de rechter kant vanuit het midden gezien van het raam", - "group": "Selecteer de entities die worden bestuurd met de Blueprint", - "sunset_position": "Standaard posistie bij zonsondergang in percentages", - "sunset_offset": "Tijd voor of na zonsondergang in minuten", - "climate_mode": "Configureer extra variabelen voor klimaat modus" + "set_azimuth": "Stel Azimuth in", + "window_height": "Specificeer raamhoogte in meters", + "distance_shaded_area": "Afstand van bekleding tot beschaduwd gebied in meters", + "default_percentage": "Standaard bekledingspositie als percentage", + "max_position": "Maximale verstelbare bekledingspositie als percentage", + "fov_left": "Gezichtshoek naar links van het raamcentrum", + "fov_right": "Gezichtshoek naar rechts van het raamcentrum", + "group": "Selecteer entiteiten om te besturen via integratie", + "sunset_position": "Positie om naar over te schakelen na zonsondergang", + "sunset_offset": "Verschil (±) vanaf zonsondergang in minuten", + "climate_mode": "Configureer variabelen voor klimaatmodus" }, "description": "Voeg configuratie variabelen toe", "title": "Verticaal scherm" @@ -50,11 +64,11 @@ "temp_high": "Maximale comfort temperatuur" }, "data_description":{ - "presence_entity": "", - "weather_entity":"Met de weer entiteit kunt u zelf de weercondities instellen, tevens kan deze ook gebruikt worden om te schakelen op de buitentemperatuur", - "outside_temp": "Overschrijft de temperatuur waarde van de weersentiteit indien bij zijn ingesteld", - "temp_low": "", - "temp_high": "" + "presence_entity": "Entiteit die de aanwezigheidsstatus van de ruimte of het huis vertegenwoordigt", + "weather_entity": "Controleert weersomstandigheden, en buitentemperatuur", + "outside_temp": "Overschrijft de buitentemperatuur van de weerentiteit als beide zijn ingesteld", + "temp_low": "Minimale comfortabele temperatuur", + "temp_high": "Maximale comfortabele temperatuur" }, "description": "Voeg additionele klimaat configuratie variabelen toe. Weer and Aanwezigheid entiteiten zijn optioneel", "title": "Klimaat instellingen" @@ -64,22 +78,22 @@ "weather_state": "Weer Condities" }, "data_description":{ - "weather_state": "Selecteer de weercondities waarbij automatische controle is toegestaan" + "weather_state": "Kies de weersomstandigheden die automatische raambediening mogelijk maken." }, "title": "Weer Condities" }, "horizontal": { "data": { "set_azimuth": "Raam Azimuth", - "window_height": "Raam Hoogte", - "height_awing": "Hoogte Scherm", - "lenght_awning": "Spanlengte Scherm", - "angle": "Montage Hoek", - "distance_shaded_area": "Schaduwgebied", - "default_percentage": "Standaard Positie", - "max_position": "Maximale Posistie", - "fov_left": "Gezichtsveld links", - "fov_right": "Gezichtsveld rechts", + "height_awning": "Zonneschermhoogte", + "lenght_awning": "Zonneschermspanlengte", + "window_height": "Raamhoogte", + "angle": "Zonneschermhoek", + "distance_shaded_area": "Beschaduwde gebied", + "default_percentage": "Standaard positie", + "max_position": "Maximale positie", + "fov_left": "Links gezichtsveld", + "fov_right": "Rechts gezichtsveld", "group": "Cover Entities", "inverse_state": "Draai de status om (nodig voor sommige covers die omgekeerde percentages hanteren)", "sunset_position": "Zonsondergang Posistie", @@ -88,20 +102,20 @@ }, "data_description": { - "set_azimuth": "Zet de Azimuth", - "height_awing": "Hoogte van het (zonne)scherm vanaf de grond", - "lenght_awning": "De spanlengte van het scherm in volledige open positie", - "window_height": "Zet de hoogte van het raam/de ramen in meters", - "angle": "De hoek gemeten vanaf de muur richting de grond waarin het scherm is gemonteerd", - "distance_shaded_area": "Afstand van de cover tot het schaduwgebied in meters", - "default_percentage": "Standaard posistie van de cover in percentages", - "max_position": "Maximale posistie tot waar de cover aangepast mag worden in percentages", - "fov_left": "Aantal graden aan de linker kant vanuit het midden gezien van het raam", - "fov_right": "Aantal graden aan de rechter kant vanuit het midden gezien van het raam", - "group": "Selecteer de entities die worden bestuurd met de Blueprint", - "sunset_position": "Standaard posistie bij zonsondergang in percentages", - "sunset_offset": "Tijd voor of na zonsondergang in minuten", - "climate_mode": "Configureer extra variabelen voor klimaat modus" + "set_azimuth": "Stel Azimuth in", + "height_awning": "Pas de hoogte van het zonnescherm aan vanaf de grond", + "window_height": "Specificeer de hoogte van het raam(raam(en)) in meters", + "length_awning": "Totale spanwijdte van het zonnescherm in meters", + "angle": "Hoek van het bevestigde zonnescherm gemeten loodrecht vanaf de muur naar de grond", + "distance_shaded_area": "Afstand van bekleding tot beschaduwd gebied in meters", + "default_percentage": "Standaard bekledingspositie als percentage", + "max_position": "Maximale verstelbare bekledingspositie als percentage", + "fov_left": "Gezichtshoek naar links van het raamcentrum", + "fov_right": "Gezichtshoek naar rechts van het raamcentrum", + "group": "Selecteer entiteiten om te besturen via integratie", + "sunset_position": "Positie om naar over te schakelen na zonsondergang", + "sunset_offset": "Verschil (±) vanaf zonsondergang in minuten", + "climate_mode": "Configureer variabelen voor klimaatmodus" }, "description": "Voeg configuratie variabelen toe", "title": "Horizontaal scherm" @@ -109,67 +123,87 @@ "tilt": { "data": { "set_azimuth": "Raam Azimuth", - "slat_depth": "Lat diepte", - "slat_distance": "Ruimte tussen latten", - "default_percentage": "Standaard Positie", - "max_position": "Maximale Posistie", - "fov_left": "Gezichtsveld links", - "fov_right": "Gezichtsveld rechts", + "slat_depth": "Lameldiepte", + "slat_distance": "Lamelafstand", + "default_percentage": "Standaard positie", + "max_position": "Maximale positie", + "fov_left": "Links gezichtsveld", + "fov_right": "Rechts gezichtsveld", "group": "Cover Entities", "inverse_state": "Draai de status om (nodig voor sommige covers die omgekeerde percentages hanteren)", "sunset_position": "Zonsondergang Posistie", "sunset_offset": "Afwijking Zonsondergang", "climate_mode": "Klimaat Modus", - "tilt_mode": "Type besturing" + "tilt_mode": "Type beweging" }, "data_description": { - "set_azimuth": "Zet de Azimuth", - "slat_depth": "Diepte van een individuele lat in cm", - "slat_distance": "Verticale afstand tussen twee latten in cm", - "default_percentage": "Standaard posistie van de cover in percentages", - "max_position": "Maximale posistie tot waar de cover aangepast mag worden in percentages", - "fov_left": "Aantal graden aan de linker kant vanuit het midden gezien van het raam", - "fov_right": "Aantal graden aan de rechter kant vanuit het midden gezien van het raam", - "group": "Selecteer de entities die worden bestuurd met de Blueprint", - "sunset_position": "Standaard posistie bij zonsondergang in percentages", - "sunset_offset": "Tijd voor of na zonsondergang in minuten", - "climate_mode": "Configureer extra variabelen voor klimaat modus", - "tilt_mode": "Selecteer de wijze van aansturing" + "set_azimuth": "Stel Azimuth in", + "slat_depth": "Diepte van elke individuele lamel in centimeters", + "slat_distance": "Verticale afstand tussen twee lamellen in centimeters", + "default_percentage": "Standaard bekledingspositie als percentage", + "max_position": "Maximale verstelbare bekledingspositie als percentage", + "fov_left": "Gradaties om te overwegen vanaf de linkerkant van het raamcentrum", + "fov_right": "Gradaties om te overwegen vanaf de rechterkant van het raamcentrum", + "group": "Selecteer entiteiten om te besturen via integratie", + "sunset_position": "Positie om naar over te schakelen na zonsondergang", + "sunset_offset": "Verschil (±) vanaf zonsondergang in minuten", + "climate_mode": "Configureer variabelen voor klimaatmodus", + "tilt_mode": "Kies het type beweging" }, "description": "Voeg configuratie variabelen toe", - "title": "Luxaflex" + "title": "Kantelbare Cover" } } }, "options": { "step": { + "init":{ + "menu_options":{ + "automation": "Wijzig Automatiseringsinstellingen", + "blind": "Pas parameters van de zonwering aan" + } + }, + "automation": { + "data": { + "delta_position": "Minimale positieaanpassing", + "delta_time": "Minimale interval tussen positieveranderingen", + "start_time": "Starttijd", + "start_entity": "Entiteit die starttijd aangeeft" + }, + "data_description": { + "delta_position": "Minimale verandering in positie vereist voordat de positie van de bekleding wordt aangepast", + "delta_time": "Minimale tijdsinterval tussen positieveranderingen; minimum is 2 minuten", + "start_time": "Starttijd voor elke dag; voor deze tijd blijft de bekleding stationair", + "start_entity": "Entiteit die de status van de starttijd vertegenwoordigt, die de hierboven ingestelde statische starttijd overschrijft. Handig voor het automatiseren van de starttijd met een entiteit" + } + }, "vertical": { "data": { "set_azimuth": "Raam Azimuth", - "window_height": "Raam Hoogte", - "distance_shaded_area": "Schaduwgebied", - "default_percentage": "Standaard Positie", - "max_position": "Maximale Posistie", - "fov_left": "Gezichtsveld links", - "fov_right": "Gezichtsveld rechts", - "group": "Cover Entities", + "window_height": "Raamhoogte", + "distance_shaded_area": "Beschaduwde gebied", + "default_percentage": "Standaard positie", + "max_position": "Maximale positie", + "fov_left": "Links gezichtsveld", + "fov_right": "Rechts gezichtsveld", + "group": "Cover Entiteiten", "inverse_state": "Draai de status om (nodig voor sommige covers die omgekeerde percentages hanteren)", "sunset_position": "Zonsondergang Posistie", "sunset_offset": "Afwijking Zonsondergang", - "climate_mode": "Klimaat Modus" + "climate_mode": "Klimaatmodus" }, "data_description": { - "set_azimuth": "Zet de Azimuth", - "window_height": "Zet de hoogte van het raam/de ramen in meters", - "distance_shaded_area": "Afstand van de cover tot het schaduwgebied in meters", - "default_percentage": "Standaard posistie van de cover in percentages", - "max_position": "Maximale posistie tot waar de cover aangepast mag worden in percentages", - "fov_left": "Aantal graden aan de linker kant vanuit het midden gezien van het raam", - "fov_right": "Aantal graden aan de rechter kant vanuit het midden gezien van het raam", - "group": "Selecteer de entities die worden bestuurd met de Blueprint", - "sunset_position": "Standaard posistie bij zonsondergang in percentages", - "sunset_offset": "Tijd voor of na zonsondergang in minuten", - "climate_mode": "Configureer extra variabelen voor klimaat modus" + "set_azimuth": "Stel Azimuth in", + "window_height": "Specificeer raamhoogte in meters", + "distance_shaded_area": "Afstand van bekleding tot beschaduwd gebied in meters", + "default_percentage": "Standaard bekledingspositie als percentage", + "max_position": "Maximale verstelbare bekledingspositie als percentage", + "fov_left": "Gezichtshoek naar links van het raamcentrum", + "fov_right": "Gezichtshoek naar rechts van het raamcentrum", + "group": "Selecteer entiteiten om te besturen via integratie", + "sunset_position": "Positie om naar over te schakelen na zonsondergang", + "sunset_offset": "Verschil (±) vanaf zonsondergang in minuten", + "climate_mode": "Configureer variabelen voor klimaatmodus" }, "description": "Voeg configuratie variabelen toe", "title": "Verticaal scherm" @@ -184,11 +218,11 @@ "temp_high": "Maximale comfort temperatuur" }, "data_description":{ - "presence_entity": "", - "weather_entity":"Met de weer entiteit kunt u zelf de weercondities instellen, tevens kan deze ook gebruikt worden om te schakelen op de buitentemperatuur", - "outside_temp": "Overschrijft de temperatuur waarde van de weersentiteit indien bij zijn ingesteld", - "temp_low": "", - "temp_high": "" + "presence_entity": "Entiteit die de aanwezigheidsstatus van de ruimte of het huis vertegenwoordigt", + "weather_entity": "Controleert weersomstandigheden, en buitentemperatuur", + "outside_temp": "Overschrijft de buitentemperatuur van de weerentiteit als beide zijn ingesteld", + "temp_low": "Minimale comfortabele temperatuur", + "temp_high": "Maximale comfortabele temperatuur" }, "description": "Voeg additionele klimaat configuratie variabelen toe. Weer and Aanwezigheid entiteiten zijn optioneel", "title": "Klimaat instellingen" @@ -198,22 +232,22 @@ "weather_state": "Weer Condities" }, "data_description":{ - "weather_state": "Selecteer de weercondities waarbij automatische controle is toegestaan" + "weather_state": "Kies de weersomstandigheden die automatische raambediening mogelijk maken." }, "title": "Weer Condities" }, "horizontal": { "data": { "set_azimuth": "Raam Azimuth", - "window_height": "Raam Hoogte", - "height_awing": "Hoogte Scherm", - "lenght_awning": "Spanlengte Scherm", - "angle": "Montage Hoek", - "distance_shaded_area": "Schaduwgebied", - "default_percentage": "Standaard Positie", - "max_position": "Maximale Posistie", - "fov_left": "Gezichtsveld links", - "fov_right": "Gezichtsveld rechts", + "height_awning": "Zonneschermhoogte", + "lenght_awning": "Zonneschermspanlengte", + "window_height": "Raamhoogte", + "angle": "Zonneschermhoek", + "distance_shaded_area": "Beschaduwde gebied", + "default_percentage": "Standaard positie", + "max_position": "Maximale positie", + "fov_left": "Links gezichtsveld", + "fov_right": "Rechts gezichtsveld", "group": "Cover Entities", "inverse_state": "Draai de status om (nodig voor sommige covers die omgekeerde percentages hanteren)", "sunset_position": "Zonsondergang Posistie", @@ -222,20 +256,20 @@ }, "data_description": { - "set_azimuth": "Zet de Azimuth", - "height_awing": "Hoogte van het (zonne)scherm vanaf de grond", - "lenght_awning": "De spanlengte van het scherm in volledige open positie", - "window_height": "Zet de hoogte van het raam/de ramen in meters", - "angle": "De hoek gemeten vanaf de muur richting de grond waarin het scherm is gemonteerd", - "distance_shaded_area": "Afstand van de cover tot het schaduwgebied in meters", - "default_percentage": "Standaard posistie van de cover in percentages", - "max_position": "Maximale posistie tot waar de cover aangepast mag worden in percentages", - "fov_left": "Aantal graden aan de linker kant vanuit het midden gezien van het raam", - "fov_right": "Aantal graden aan de rechter kant vanuit het midden gezien van het raam", - "group": "Selecteer de entities die worden bestuurd met de Blueprint", - "sunset_position": "Standaard posistie bij zonsondergang in percentages", - "sunset_offset": "Tijd voor of na zonsondergang in minuten", - "climate_mode": "Configureer extra variabelen voor klimaat modus" + "set_azimuth": "Stel Azimuth in", + "height_awning": "Pas de hoogte van het zonnescherm aan vanaf de grond", + "window_height": "Specificeer de hoogte van het raam(raam(en)) in meters", + "length_awning": "Totale spanwijdte van het zonnescherm in meters", + "angle": "Hoek van het bevestigde zonnescherm gemeten loodrecht vanaf de muur naar de grond", + "distance_shaded_area": "Afstand van bekleding tot beschaduwd gebied in meters", + "default_percentage": "Standaard bekledingspositie als percentage", + "max_position": "Maximale verstelbare bekledingspositie als percentage", + "fov_left": "Gezichtshoek naar links van het raamcentrum", + "fov_right": "Gezichtshoek naar rechts van het raamcentrum", + "group": "Selecteer entiteiten om te besturen via integratie", + "sunset_position": "Positie om naar over te schakelen na zonsondergang", + "sunset_offset": "Verschil (±) vanaf zonsondergang in minuten", + "climate_mode": "Configureer variabelen voor klimaatmodus" }, "description": "Voeg configuratie variabelen toe", "title": "Horizontaal scherm" @@ -243,44 +277,44 @@ "tilt": { "data": { "set_azimuth": "Raam Azimuth", - "slat_depth": "Lat diepte", - "slat_distance": "Ruimte tussen latten", - "default_percentage": "Standaard Positie", - "max_position": "Maximale Posistie", - "fov_left": "Gezichtsveld links", - "fov_right": "Gezichtsveld rechts", + "slat_depth": "Lameldiepte", + "slat_distance": "Lamelafstand", + "default_percentage": "Standaard positie", + "max_position": "Maximale positie", + "fov_left": "Links gezichtsveld", + "fov_right": "Rechts gezichtsveld", "group": "Cover Entities", "inverse_state": "Draai de status om (nodig voor sommige covers die omgekeerde percentages hanteren)", "sunset_position": "Zonsondergang Posistie", "sunset_offset": "Afwijking Zonsondergang", "climate_mode": "Klimaat Modus", - "tilt_mode": "Type besturing" + "tilt_mode": "Type beweging" }, "data_description": { - "set_azimuth": "Zet de Azimuth", - "slat_depth": "Diepte van een individuele lat in cm", - "slat_distance": "Verticale afstand tussen twee latten in cm", - "default_percentage": "Standaard posistie van de cover in percentages", - "max_position": "Maximale posistie tot waar de cover aangepast mag worden in percentages", - "fov_left": "Aantal graden aan de linker kant vanuit het midden gezien van het raam", - "fov_right": "Aantal graden aan de rechter kant vanuit het midden gezien van het raam", - "group": "Selecteer de entities die worden bestuurd met de Blueprint", - "sunset_position": "Standaard posistie bij zonsondergang in percentages", - "sunset_offset": "Tijd voor of na zonsondergang in minuten", - "climate_mode": "Configureer extra variabelen voor klimaat modus", - "tilt_mode": "Selecteer de wijze van aansturing" + "set_azimuth": "Stel Azimuth in", + "slat_depth": "Diepte van elke individuele lamel in centimeters", + "slat_distance": "Verticale afstand tussen twee lamellen in centimeters", + "default_percentage": "Standaard bekledingspositie als percentage", + "max_position": "Maximale verstelbare bekledingspositie als percentage", + "fov_left": "Gradaties om te overwegen vanaf de linkerkant van het raamcentrum", + "fov_right": "Gradaties om te overwegen vanaf de rechterkant van het raamcentrum", + "group": "Selecteer entiteiten om te besturen via integratie", + "sunset_position": "Positie om naar over te schakelen na zonsondergang", + "sunset_offset": "Verschil (±) vanaf zonsondergang in minuten", + "climate_mode": "Configureer variabelen voor klimaatmodus", + "tilt_mode": "Kies het type beweging" }, "description": "Voeg configuratie variabelen toe", - "title": "Luxaflex" - } - } - }, + "title": "Kantelbare Cover" + } + } +}, "selector": { "mode":{ "options":{ "cover_blind": "Verticaal scherm", "cover_awning": "Horizontaal scherm", - "cover_tilt": "Luxaflex" + "cover_tilt": "Kantelbaar scherm" } }, "tilt_mode": {