lots of new changes

* HACS badge
* hacs.json
* New action handling with double tap support
* Cleanup
This commit is contained in:
Ian Richardson
2019-10-30 12:44:59 -05:00
parent 3e606bbfd7
commit 078499f029
10 changed files with 695 additions and 1244 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import babel from 'rollup-plugin-babel';
import { terser } from "rollup-plugin-terser";
export default {
input: ['src/card.ts'],
input: ['src/boilerplate-card.ts'],
output: {
dir: './dist',
format: 'es',