Add light port support

This commit is contained in:
2026-02-15 18:00:55 +01:00
parent c5ab9e854c
commit 7953cd25ba
48 changed files with 6122 additions and 495 deletions

View File

@@ -12,6 +12,7 @@
"add_binary_sensor": "Add binary sensor port",
"add_switch": "Add switch port",
"add_cover": "Add cover port",
"add_light": "Add light port",
"edit_port": "Edit port",
"remove_port": "Remove port"
}
@@ -30,7 +31,6 @@
"data": {
"entity_id": "Switch entity",
"command_address": "Command group address (DPT 1)",
"command_address_invert_outgoing": "Invert outgoing",
"state_address": "State group address (DPT 1)",
"state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
@@ -41,22 +41,71 @@
"data": {
"entity_id": "Cover entity",
"move_long_address": "Move long (DPT 1.008 Up/Down)",
"move_long_address_invert_outgoing": "Invert outgoing",
"move_short_address": "Move short (DPT 1.007 Step)",
"move_short_address_invert_outgoing": "Invert outgoing",
"stop_address": "Stop (DPT 1)",
"stop_address_invert_outgoing": "Invert outgoing",
"position_address": "Set position (DPT 5.001)",
"position_address_invert_outgoing": "Invert outgoing",
"position_state_address": "State position (DPT 5.001)",
"position_state_address_invert_outgoing": "Invert outgoing",
"angle_address": "Set tilt (DPT 5.001)",
"angle_address_invert_outgoing": "Invert outgoing",
"angle_state_address": "State tilt (DPT 5.001)",
"angle_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"add_light": {
"title": "Add Light Port",
"data": {
"entity_id": "Light entity",
"address": "On/off address (DPT 1.001)",
"state_address": "On/off state address (DPT 1.001)",
"state_address_invert_outgoing": "Invert outgoing",
"brightness_address": "Brightness address (DPT 5.001)",
"brightness_state_address": "Brightness state address (DPT 5.001)",
"brightness_state_address_invert_outgoing": "Invert outgoing",
"color_address": "RGB color address (DPT 232.600)",
"color_state_address": "RGB color state address (DPT 232.600)",
"rgbw_address": "RGBW color address (DPT 251.600)",
"rgbw_state_address": "RGBW color state address (DPT 251.600)",
"hue_address": "Hue address (DPT 5.003)",
"hue_state_address": "Hue state address (DPT 5.003)",
"saturation_address": "Saturation address (DPT 5.001)",
"saturation_state_address": "Saturation state address (DPT 5.001)",
"saturation_state_address_invert_outgoing": "Invert outgoing",
"xyy_address": "XY color address (DPT 242.600)",
"xyy_state_address": "XY color state address (DPT 242.600)",
"color_temperature_address": "Color temperature address (DPT 5.001/7.600/9)",
"color_temperature_state_address": "Color temperature state address (DPT 5.001/7.600/9)",
"color_temperature_state_address_invert_outgoing": "Invert outgoing",
"color_temperature_mode": "Color temperature mode",
"min_kelvin": "Min color temperature (K)",
"max_kelvin": "Max color temperature (K)",
"red_address": "Red on/off address (DPT 1.001)",
"red_state_address": "Red on/off state address (DPT 1.001)",
"red_state_address_invert_outgoing": "Invert outgoing",
"red_brightness_address": "Red brightness address (DPT 5.001)",
"red_brightness_state_address": "Red brightness state address (DPT 5.001)",
"red_brightness_state_address_invert_outgoing": "Invert outgoing",
"green_address": "Green on/off address (DPT 1.001)",
"green_state_address": "Green on/off state address (DPT 1.001)",
"green_state_address_invert_outgoing": "Invert outgoing",
"green_brightness_address": "Green brightness address (DPT 5.001)",
"green_brightness_state_address": "Green brightness state address (DPT 5.001)",
"green_brightness_state_address_invert_outgoing": "Invert outgoing",
"blue_address": "Blue on/off address (DPT 1.001)",
"blue_state_address": "Blue on/off state address (DPT 1.001)",
"blue_state_address_invert_outgoing": "Invert outgoing",
"blue_brightness_address": "Blue brightness address (DPT 5.001)",
"blue_brightness_state_address": "Blue brightness state address (DPT 5.001)",
"blue_brightness_state_address_invert_outgoing": "Invert outgoing",
"white_address": "White on/off address (DPT 1.001)",
"white_state_address": "White on/off state address (DPT 1.001)",
"white_state_address_invert_outgoing": "Invert outgoing",
"white_brightness_address": "White brightness address (DPT 5.001)",
"white_brightness_state_address": "White brightness state address (DPT 5.001)",
"white_brightness_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"remove_port": {
"title": "Remove Port",
"data": {
@@ -83,7 +132,6 @@
"data": {
"entity_id": "Switch entity",
"command_address": "Command group address (DPT 1)",
"command_address_invert_outgoing": "Invert outgoing",
"state_address": "State group address (DPT 1)",
"state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
@@ -94,21 +142,70 @@
"data": {
"entity_id": "Cover entity",
"move_long_address": "Move long (DPT 1.008 Up/Down)",
"move_long_address_invert_outgoing": "Invert outgoing",
"move_short_address": "Move short (DPT 1.007 Step)",
"move_short_address_invert_outgoing": "Invert outgoing",
"stop_address": "Stop (DPT 1)",
"stop_address_invert_outgoing": "Invert outgoing",
"position_address": "Set position (DPT 5.001)",
"position_address_invert_outgoing": "Invert outgoing",
"position_state_address": "State position (DPT 5.001)",
"position_state_address_invert_outgoing": "Invert outgoing",
"angle_address": "Set tilt (DPT 5.001)",
"angle_address_invert_outgoing": "Invert outgoing",
"angle_state_address": "State tilt (DPT 5.001)",
"angle_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"edit_light": {
"title": "Edit Light Port",
"data": {
"entity_id": "Light entity",
"address": "On/off address (DPT 1.001)",
"state_address": "On/off state address (DPT 1.001)",
"state_address_invert_outgoing": "Invert outgoing",
"brightness_address": "Brightness address (DPT 5.001)",
"brightness_state_address": "Brightness state address (DPT 5.001)",
"brightness_state_address_invert_outgoing": "Invert outgoing",
"color_address": "RGB color address (DPT 232.600)",
"color_state_address": "RGB color state address (DPT 232.600)",
"rgbw_address": "RGBW color address (DPT 251.600)",
"rgbw_state_address": "RGBW color state address (DPT 251.600)",
"hue_address": "Hue address (DPT 5.003)",
"hue_state_address": "Hue state address (DPT 5.003)",
"saturation_address": "Saturation address (DPT 5.001)",
"saturation_state_address": "Saturation state address (DPT 5.001)",
"saturation_state_address_invert_outgoing": "Invert outgoing",
"xyy_address": "XY color address (DPT 242.600)",
"xyy_state_address": "XY color state address (DPT 242.600)",
"color_temperature_address": "Color temperature address (DPT 5.001/7.600/9)",
"color_temperature_state_address": "Color temperature state address (DPT 5.001/7.600/9)",
"color_temperature_state_address_invert_outgoing": "Invert outgoing",
"color_temperature_mode": "Color temperature mode",
"min_kelvin": "Min color temperature (K)",
"max_kelvin": "Max color temperature (K)",
"red_address": "Red on/off address (DPT 1.001)",
"red_state_address": "Red on/off state address (DPT 1.001)",
"red_state_address_invert_outgoing": "Invert outgoing",
"red_brightness_address": "Red brightness address (DPT 5.001)",
"red_brightness_state_address": "Red brightness state address (DPT 5.001)",
"red_brightness_state_address_invert_outgoing": "Invert outgoing",
"green_address": "Green on/off address (DPT 1.001)",
"green_state_address": "Green on/off state address (DPT 1.001)",
"green_state_address_invert_outgoing": "Invert outgoing",
"green_brightness_address": "Green brightness address (DPT 5.001)",
"green_brightness_state_address": "Green brightness state address (DPT 5.001)",
"green_brightness_state_address_invert_outgoing": "Invert outgoing",
"blue_address": "Blue on/off address (DPT 1.001)",
"blue_state_address": "Blue on/off state address (DPT 1.001)",
"blue_state_address_invert_outgoing": "Invert outgoing",
"blue_brightness_address": "Blue brightness address (DPT 5.001)",
"blue_brightness_state_address": "Blue brightness state address (DPT 5.001)",
"blue_brightness_state_address_invert_outgoing": "Invert outgoing",
"white_address": "White on/off address (DPT 1.001)",
"white_state_address": "White on/off state address (DPT 1.001)",
"white_state_address_invert_outgoing": "Invert outgoing",
"white_brightness_address": "White brightness address (DPT 5.001)",
"white_brightness_state_address": "White brightness state address (DPT 5.001)",
"white_brightness_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
}
}
}