mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-27 20:46:38 +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">
|
<hass-subpage header="Integrations">
|
||||||
<template is="dom-if" if="[[_progress.length]]">
|
<template is="dom-if" if="[[_progress.length]]">
|
||||||
<ha-config-section is-wide="[[isWide]]">
|
<ha-config-section is-wide="[[isWide]]">
|
||||||
<span slot="header">In Progress</span>
|
<span slot="header">Discovered</span>
|
||||||
<paper-card>
|
<paper-card>
|
||||||
<template is="dom-repeat" items="[[_progress]]">
|
<template is="dom-repeat" items="[[_progress]]">
|
||||||
<div class="config-entry-row">
|
<div class="config-entry-row">
|
||||||
@ -79,7 +79,7 @@ class HaConfigManager extends
|
|||||||
</ha-config-section>
|
</ha-config-section>
|
||||||
|
|
||||||
<ha-config-section is-wide="[[isWide]]">
|
<ha-config-section is-wide="[[isWide]]">
|
||||||
<span slot="header">Available</span>
|
<span slot="header">Set up a new integration</span>
|
||||||
<paper-card>
|
<paper-card>
|
||||||
<template is="dom-repeat" items="[[_handlers]]">
|
<template is="dom-repeat" items="[[_handlers]]">
|
||||||
<div class="config-entry-row">
|
<div class="config-entry-row">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user