ESPHome-External-Components for GDoor Adapters
gdoor Basic GDoor component offers text- and binary-sensor and output component.
Find more details and more specific config examples on component README pages.
esphome-components
├── components
│ ├── gdoor
Put this in your .yaml configuration to use gdoor:
external_components:
- source:
type: git
url: https://github.com/gdoor-org/esphome-components
ref: main # branch
components: [gdoor]
refresh: 0s # ensures ESPHome will grab the latest code from github on every install hit.
Keep in mind, this is still an early stage esphome-component. Any contribution /issues /comments are welcome.