Skip to content

Commit

Permalink
Add missing ethernet types (esphome#6444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssieb authored Mar 28, 2024
1 parent 731dcc4 commit dc0a7b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esphome/components/ethernet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def _validate(config):
"DP83848": RMII_SCHEMA,
"IP101": RMII_SCHEMA,
"JL1101": RMII_SCHEMA,
"KSZ8081": RMII_SCHEMA,
"KSZ8081RNA": RMII_SCHEMA,
"W5500": SPI_SCHEMA,
},
upper=True,
Expand Down

0 comments on commit dc0a7b1

Please sign in to comment.