Fix description of "x10_all_units_off" action (#135000)

This commit is contained in:
Norbert Rittel
2025-01-17 17:18:38 +01:00
committed by GitHub
parent 829d3bf621
commit fb309a3f98

View File

@@ -164,7 +164,7 @@
}, },
"x10_all_units_off": { "x10_all_units_off": {
"name": "X10 all units off", "name": "X10 all units off",
"description": "[%key:component::insteon::services::add_all_link::description%]", "description": "Sends X10 'All units off' command.",
"fields": { "fields": {
"housecode": { "housecode": {
"name": "Housecode", "name": "Housecode",
@@ -174,7 +174,7 @@
}, },
"x10_all_lights_on": { "x10_all_lights_on": {
"name": "X10 all lights on", "name": "X10 all lights on",
"description": "Sends X10 All Lights On command.", "description": "Sends X10 'All lights on' command.",
"fields": { "fields": {
"housecode": { "housecode": {
"name": "[%key:component::insteon::services::x10_all_units_off::fields::housecode::name%]", "name": "[%key:component::insteon::services::x10_all_units_off::fields::housecode::name%]",
@@ -184,7 +184,7 @@
}, },
"x10_all_lights_off": { "x10_all_lights_off": {
"name": "X10 all lights off", "name": "X10 all lights off",
"description": "Sends X10 All Lights Off command.", "description": "Sends X10 'All lights off' command.",
"fields": { "fields": {
"housecode": { "housecode": {
"name": "[%key:component::insteon::services::x10_all_units_off::fields::housecode::name%]", "name": "[%key:component::insteon::services::x10_all_units_off::fields::housecode::name%]",