https://github.com/slimcdk/esphome-custom-components
Drivers / components for ESPHome
https://github.com/slimcdk/esphome-custom-components
drivers embedded esphome esphome-component esphome-configs home-assistant home-automation
Last synced: about 2 months ago
JSON representation
Drivers / components for ESPHome
- Host: GitHub
- URL: https://github.com/slimcdk/esphome-custom-components
- Owner: slimcdk
- Created: 2021-06-24T21:44:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T09:16:06.000Z (3 months ago)
- Last Synced: 2025-03-28T08:03:54.718Z (2 months ago)
- Topics: drivers, embedded, esphome, esphome-component, esphome-configs, home-assistant, home-automation
- Language: C++
- Homepage:
- Size: 8.35 MB
- Stars: 33
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Custom components for ESPHome
```yaml
external_components:
- source: github://slimcdk/esphome-custom-components
components: [ , , ... ]
```## Components
- [tmc2208](esphome/components/tmc2208/README.md) :: ADI Trinamic stepper driver.
- [tmc2209](esphome/components/tmc2209/README.md) :: ADI Trinamic stepper driver.
- [tmc2300](esphome/components/tmc2300/README.md) :: ADI Trinamic stepper driver.
- [tmc5240](esphome/components/tmc5240/README.md) :: ADI Trinamic stepper driver.
- [as5x47](esphome/components/as5x47/README.md) :: quadrature encoder with SPI.
- [freematics](esphome/components/freematics/README.md) :: interface the Freematics firmware.
- [icm20948](esphome/components/icm20948/README.md) :: 9-axis IMU.
- [insight](esphome/components/insight/README.md) :: expose internal metrics from the running device.## Acknowledgements
This project includes code from the Analog Devices Inc. [TMC-API codebase](https://github.com/analogdevicesinc/TMC-API), licensed under the MIT License.