An open API service indexing awesome lists of open source software.

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

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.