Skip to content

Commit

Permalink
remove externa comp. (DSMR bridging is part of ESPHome now)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhendriks committed Oct 10, 2024
1 parent a5d6f3e commit 5d2cf9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ultra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
device_name: ultra-dongle
device_description: "Ultra dongle with all in one"
friendly_name: Ultra All in One
prj_version: "2024.7.1"
prj_version: "2024.10.1"

esphome:
name: ${device_name}
Expand All @@ -18,13 +18,13 @@ esp32:
variant: esp32s3
board: esp32-s3-devkitc-1

external_components:
# - source: my_components
# components: [ dsmr ]
# - source: github://mhendriks/esphome-p1@main
# components: [dsmr]
- source: github://pr#6841
components: [dsmr]
# external_components:
# # - source: my_components
# # components: [ dsmr ]
# # - source: github://mhendriks/esphome-p1@main
# # components: [dsmr]
# - source: github://pr#6841
# components: [dsmr]

ethernet:
type: W5500
Expand Down

0 comments on commit 5d2cf9d

Please sign in to comment.