Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make ethernet optional #35

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Make ethernet optional #35

merged 1 commit into from
Jan 10, 2024

Conversation

syssi
Copy link
Owner

@syssi syssi commented Jan 10, 2024

In release 2.0.0 you can choose between ethernet or wifi by loading the dedicated package:

packages:
  zb-gw03:
    url: https://github.com/syssi/esphome-zb-gw03
    ref: main
    files:
      - packages/core.yaml
      - packages/ethernet.yaml

# vs

packages:
  zb-gw03:
    url: https://github.com/syssi/esphome-zb-gw03
    ref: main
    files:
      - packages/core.yaml
      - packages/wifi.yaml

This is a breaking change! To migrate from version 1.0.0 to version 2.0.0 you have to add the packages/ethernet.yaml to your YAML.

@syssi syssi merged commit 8671c37 into main Jan 10, 2024
2 of 3 checks passed
@syssi syssi deleted the make-ethernet-optional branch January 13, 2025 08:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant