mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-27 04:26:34 +00:00
Update config entries text (#1263)
This commit is contained in:
parent
9ac1384e1f
commit
eb91cedf68
@ -40,7 +40,7 @@ class HaConfigManager extends
|
||||
<hass-subpage header="Integrations">
|
||||
<template is="dom-if" if="[[_progress.length]]">
|
||||
<ha-config-section is-wide="[[isWide]]">
|
||||
<span slot="header">In Progress</span>
|
||||
<span slot="header">Discovered</span>
|
||||
<paper-card>
|
||||
<template is="dom-repeat" items="[[_progress]]">
|
||||
<div class="config-entry-row">
|
||||
@ -79,7 +79,7 @@ class HaConfigManager extends
|
||||
</ha-config-section>
|
||||
|
||||
<ha-config-section is-wide="[[isWide]]">
|
||||
<span slot="header">Available</span>
|
||||
<span slot="header">Set up a new integration</span>
|
||||
<paper-card>
|
||||
<template is="dom-repeat" items="[[_handlers]]">
|
||||
<div class="config-entry-row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user