mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Replace "A entity" with "An entity" in modbus
(#141973)
* Replace "A entity" with "An entity" in `modbus` * Fix wrong commas
This commit is contained in:
parent
3155c1cd4f
commit
7a9836064d
@ -88,11 +88,11 @@
|
||||
},
|
||||
"duplicate_entity_entry": {
|
||||
"title": "Modbus {sub_1} address {sub_2} is duplicate, second entry not loaded.",
|
||||
"description": "An address can only be associated with one entity, Please correct the entry in your configuration.yaml file and restart Home Assistant to fix this issue."
|
||||
"description": "An address can only be associated with one entity. Please correct the entry in your configuration.yaml file and restart Home Assistant to fix this issue."
|
||||
},
|
||||
"duplicate_entity_name": {
|
||||
"title": "Modbus {sub_1} is duplicate, second entry not loaded.",
|
||||
"description": "A entity name must be unique, Please correct the entry in your configuration.yaml file and restart Home Assistant to fix this issue."
|
||||
"description": "An entity name must be unique. Please correct the entry in your configuration.yaml file and restart Home Assistant to fix this issue."
|
||||
},
|
||||
"no_entities": {
|
||||
"title": "Modbus {sub_1} contain no entities, entry not loaded.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user