Website to show on a raspberry pi touch screen that uses home assistant to get data and show it on the screen.
- Clone the repo with
git clone https://github.com/alvesvaren/pihubv3.git
- Download dependencies with
yarn install
inside the repo folder
- Copy
src/config-example.json
tosrc/config.json
and change the values for your needs
- Build the project with
yarn build
- Link the service file:
sudo systemctl link $PWD/pihub.service
- Start and enable autostart:
sudo systemctl enable --now pihub.service