Skip to content

andrewjswan/esphome-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esphome_badge Build GitHub StandWithUkraine

ESPHome Components

External components for ESPHome

Shadow

Allows you to run a script in a parallel thread (Task)

external_components:
  - source:
      type: git
      url: https://github.com/andrewjswan/esphome-components
      ref: main
    components: [ shadow ]
    refresh: 60s

script:
  - id: some_script
    then:
      - logger.log: "Script Running..."

shadow:
  id: esp_shadow
  script_id: some_script
  interval: 60

ota:
  - platform: esphome
    on_begin:
      then:
        - lambda: |-
            id(esp_shadow)->stop();

About

External components for ESPHome

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published