+ `
+ : ""}
+
+
+
+
+
+ ${GROUPS.map(
+ (groupId) => html`
+
+ ${this.hass.localize(`groups.${groupId}`)}
+
+ `
+ )}
+
+
+ ${this._group === SYSTEM_GROUP_ID_USER
+ ? html`
+
+ The users group is a work in progress. The user will be unable
+ to administer the instance via the UI. We're still auditing all
+ management API endpoints to ensure that they correctly limit
+ access to administrators.
+ `
+ : ""}
+
+
+
+
+ ${GROUPS.map(
+ (groupId) => html`
+
+ ${this.hass.localize(`groups.${groupId}`)}
+
+ `
+ )}
+
+
+ ${this._group === SYSTEM_GROUP_ID_USER
+ ? html`
+
+ The users group is a work in progress. The user will be unable
+ to administer the instance via the UI. We're still auditing
+ all management API endpoints to ensure that they correctly
+ limit access to administrators.
+ `
+ : ""}
+
- The users group is a work in progress. The user will be
- unable to administer the instance via the UI. We're still
- auditing all management API endpoints to ensure that they
- correctly limit access to administrators.
-