Remove word "EXPERIMENTAL" from config entry menu option (#1268)

This commit is contained in:
Paulus Schoutsen 2018-06-07 17:15:49 -04:00 committed by GitHub
parent bb442c824b
commit 673f769237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ class HaConfigEntriesMenu extends NavigateMixin(PolymerElement) {
<paper-item on-click="_navigate">
<paper-item-body two-line="">
Integrations
<div secondary="">EXPERIMENTAL Manage connected devices and services</div>
<div secondary="">Manage connected devices and services</div>
</paper-item-body>
<iron-icon icon="hass:chevron-right"></iron-icon>
</paper-item>