mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 16:51:14 +00:00
Fix light port key collisions
This commit is contained in:
@@ -73,9 +73,9 @@
|
||||
"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",
|
||||
"light_address": "On/off address (DPT 1.001)",
|
||||
"light_state_address": "On/off state address (DPT 1.001)",
|
||||
"light_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",
|
||||
@@ -174,9 +174,9 @@
|
||||
"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",
|
||||
"light_address": "On/off address (DPT 1.001)",
|
||||
"light_state_address": "On/off state address (DPT 1.001)",
|
||||
"light_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",
|
||||
@@ -283,9 +283,9 @@
|
||||
"title": "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",
|
||||
"light_address": "On/off address (DPT 1.001)",
|
||||
"light_state_address": "On/off state address (DPT 1.001)",
|
||||
"light_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",
|
||||
|
||||
Reference in New Issue
Block a user