https://github.com/jonasuv/homeassistant-waybar
A module for Waybar that can show sensor values from Homeassistant
https://github.com/jonasuv/homeassistant-waybar
homeassistant waybar-module
Last synced: about 1 month ago
JSON representation
A module for Waybar that can show sensor values from Homeassistant
- Host: GitHub
- URL: https://github.com/jonasuv/homeassistant-waybar
- Owner: JonasUV
- License: mit
- Created: 2024-09-04T14:26:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T16:11:41.000Z (about 1 month ago)
- Last Synced: 2025-04-10T23:42:52.919Z (about 1 month ago)
- Topics: homeassistant, waybar-module
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homeassistant-waybar
A module for Waybar that can show sensor values from Homeassistant# Dependencies
- Cmake
- Curl
- Homeassistant with enabled Rest Api ([link1](https://developers.home-assistant.io/docs/api/rest/) and [link2](https://www.home-assistant.io/integrations/api/) to the docs)# Build
You need Cmake, make and curl
```Bash
cmake -S src -B build
cd build
make
```
Now you can start using the binary# Writing the Config File
take a look at the examples in the [example folder](examples)only required value is the Path to your sensor