@hakit/core
v4.0.3
Published
A collection of React hooks and helpers for Home Assistant to easily communicate with the Home Assistant WebSocket API.
Downloads
159
Maintainers
Readme
Overview
This package is designed to be a template for creating custom dashboards for Home Assistant using react.
This package provides all the core functionality to authenticate with Home Assistant to create a dynamic dashboard with React! There's also reusable components for creating custom dashboards for Home Assistant using react, this is a separate package to @hakit/components.
If you like anything here, be sure to 🌟 my repo!
Get Started
There's an npm create command which will setup react, typescript, vite & hakit automatically for you with a terminal wizard!
npm create hakit@latest
Or, if you want to install manually:
npm install @hakit/core @hakit/components
There's detailed documentation which should give you all the information you need to get started.
Issues / Discusssions
If you have any issues getting this going, found any bugs or want to discuss anything, please feel free to open an issue on the github repository, or open up a discussion on the github discussions.