Replace typo "effect" with "affect" in insteon (#149292)

This commit is contained in:
Norbert Rittel 2025-07-23 09:33:27 +02:00 committed by GitHub
parent 5f2f038609
commit 40571dff3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,16 +18,16 @@
} }
}, },
"hubv1": { "hubv1": {
"title": "Insteon Hub Version 1", "title": "Insteon Hub version 1",
"description": "Configure the Insteon Hub Version 1 (pre-2014).", "description": "Configure the Insteon Hub version 1 (pre-2014).",
"data": { "data": {
"host": "[%key:common::config_flow::data::ip%]", "host": "[%key:common::config_flow::data::ip%]",
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
} }
}, },
"hubv2": { "hubv2": {
"title": "Insteon Hub Version 2", "title": "Insteon Hub version 2",
"description": "Configure the Insteon Hub Version 2.", "description": "Configure the Insteon Hub version 2.",
"data": { "data": {
"host": "[%key:common::config_flow::data::ip%]", "host": "[%key:common::config_flow::data::ip%]",
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]",
@ -144,7 +144,7 @@
}, },
"reload": { "reload": {
"name": "[%key:common::action::reload%]", "name": "[%key:common::action::reload%]",
"description": "If enabled, all current records are cleared from memory (does not effect the device) and reloaded. Otherwise the existing records are left in place and only missing records are added." "description": "If enabled, all current records are cleared from memory (does not affect the device) and reloaded. Otherwise the existing records are left in place and only missing records are added."
} }
} }
}, },