Custom components for esphome
  • C++ 84.9%
  • Python 15.1%
Find a file
2025-12-31 14:32:12 +01:00
components/fan_controller chore: remove spaces at the end of lines 2025-11-20 17:39:00 +01:00
.gitignore Initial commit 2025-11-06 09:43:54 +01:00
LICENSE Initial commit 2025-11-06 09:43:54 +01:00
README.md Update README.md 2025-12-31 14:32:12 +01:00

esphome-components

My collection of components for esphome

To use these components, use the external components.

Example:

external_components:
  - source:
      type: git
      url: https://git.aresu.eu/GiorgioAresu/esphome-components
    components: [ component1, component2 ]