Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 796 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 796 Bytes

gdoor esphome-components

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.