Remove unused component

This commit is contained in:
Paulus Schoutsen 2016-02-16 23:27:05 -08:00
parent 09d0e529ed
commit 2736dab59e
2 changed files with 0 additions and 24 deletions

View File

@ -1,17 +0,0 @@
<link rel='import' href='../../bower_components/polymer/polymer.html'>
<link rel='import' href='../components/ha-card.html'>
<dom-module id='ha-getting-started-card'>
<template>
<ha-card>
<h3>Hi there!</h3>
<p>
It looks like we have nothing to show you right now. It could be that we have not yet discovered all your devices but it is more likely that you have not configured Home Assistant yet.
</p>
<p>
Please see the <a href='https://home-assistant.io/getting-started/' target='_blank'>Getting Started</a> section on how to setup your devices.
</p>
</ha-card>
</template>
</dom-module>

View File

@ -1,7 +0,0 @@
import Polymer from '../polymer';
require('../components/ha-card');
export default new Polymer({
is: 'ha-getting-started-card',
});