mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Replace typo "effect" with "affect" in insteon
(#149292)
This commit is contained in:
parent
5f2f038609
commit
40571dff3d
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user