https://github.com/cusspvz/esphome-external-components
Crow Runner External Component for ESP Home
https://github.com/cusspvz/esphome-external-components
Last synced: 2 days ago
JSON representation
Crow Runner External Component for ESP Home
- Host: GitHub
- URL: https://github.com/cusspvz/esphome-external-components
- Owner: cusspvz
- License: mit
- Created: 2024-07-02T21:04:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:43:22.000Z (about 2 months ago)
- Last Synced: 2025-03-30T08:12:20.556Z (27 days ago)
- Language: C++
- Size: 125 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @cusspvz/esphome-external-components
This repository holds the external components that I've developed for personal use.
## Components
### [Crow Runner](./components/crow-runner) Alarms
This component connects to the Crow Runner 4/8 alarm and integrates all of its functionalities within Home Assistant. This allows you to replace or increase virtually the number of keypads within your house, or even control your alarm system without relying on the Crow's IP Module.
## Development
### Setup dev environment
```bash
pipenv install
```### Compile the components
```bash
pipenv run esphome compile ./test.yml
```### Compile and run
1. Connect a ESP8266 D1 Board
> you can use others as long as you make the necessary changes to the `test-device.yml` file
2. Compile and Upload to the locally connect
```bash
pipenv run esphome run ./test.yml
```## License
[MIT](./LICENSE)
Copyright 2024 José Moreira