You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-13Lines changed: 29 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,27 @@
1
-
# Overview
2
-
3
-
This repository contains functionality to easily generate custom dashboards with react for Home Assistant using the official web socket connection that the standard lovelace dashboards use.
4
-
5
-
Try it out now! [Demo](https://shannonhochkins.github.io/ha-component-kit/iframe.html?args=&id=introduction-demo--default&viewMode=story#)
There's extensive [documentation](https://shannonhochkins.github.io/ha-component-kit) which should give you all the information you need to get started!
16
36
17
37
## Help me out?
18
38
@@ -32,16 +52,12 @@ Or, if you want to install [@hakit/core](https://www.npmjs.com/package/@hakit/co
32
52
npm install @hakit/core @hakit/components
33
53
```
34
54
35
-
### Documentation
36
-
37
-
There's extensive [documentation](https://shannonhochkins.github.io/ha-component-kit) which should give you all the information you need to get started!
38
-
39
-
### Home Assistant Addon
55
+
### Home Assistant Addon (WIP)
40
56
There's a [Home Assistant Addon](ADDON.md) available which will serve your dashboard to a new sidebar link in home assistant making it easier to access your custom dashboard.
0 commit comments