Skip to content

Commit

Permalink
s/esphome-canbus-proxy/esphome-canbus-usb-serial/
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-its committed Nov 25, 2024
1 parent c76a35f commit e5f6c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "can2mqtt"
description: "can2mqtt gateway"
version: "0.2.0"
version: "0.2.1-b1"
slug: "can2mqtt"
init: false

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.8"

dependencies = [
"canopen@git+https://github.com/mrk-its/canopen-asyncio#egg=feature-asyncio",
"esp_can[esptool]@git+https://github.com/mrk-its/esphome-canbus-proxy",
"esp_usb_serial[esptool]@git+https://github.com/mrk-its/esphome-canbus-usb-serial",
"aiomqtt<2",
"pyserial",
"coloredlogs",
Expand Down

0 comments on commit e5f6c62

Please sign in to comment.