Clarify HomeKit include behavior in the config flow (#91106)
* Clarify HomeKit include behavior in the config flow If a domain is selected to be included and specific entities are not selected in the domain, all entities will be included in that domain. * tweakpull/91079/head^2
parent
a730ee2c43
commit
8fe597b7c6
|
@ -24,7 +24,7 @@
|
|||
"data": {
|
||||
"entities": "Entities"
|
||||
},
|
||||
"description": "All “{domains}” entities will be included unless specific entities are selected.",
|
||||
"description": "Select entities from each domain in “{domains}”. The include will cover the entire domain if you do not select any entities for a given domain.",
|
||||
"title": "Select the entities to be included"
|
||||
},
|
||||
"exclude": {
|
||||
|
|
Loading…
Reference in New Issue