Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 698 Bytes

File metadata and controls

22 lines (16 loc) · 698 Bytes

esphome-config

Contains common configuration settings for ESPHome devices that reference it via the !include directive.

See ESPHome -- Remote Git Packages for more information.

Usage

in your device yaml in ESPHome:

packages:
  # Simplify configuration by reusing common settings across all devices
  # https://github.com/dbensmith/esphome-config
  dbensmith.esphome-config:
    url: https://github.com/dbensmith/esphome-config
    files: [ common.yaml, uptime_sensor.yaml ]
    ref: main
    refresh: 0s

Select the files you want to include in the files property. In most cases, common.yaml is sufficient.