Skip to content

Commit

Permalink
Streamline examples and bump component version
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Sep 27, 2022
1 parent 96ee6ac commit 66ea29b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion esp32-ble-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ esphome:
comment: ${device_description}
project:
name: "syssi.esphome-jbd-bms"
version: 1.1.0
version: 1.2.0

esp32:
board: wemos_d1_mini32
Expand Down
15 changes: 13 additions & 2 deletions esp32-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ esphome:
comment: ${device_description}
project:
name: "syssi.esphome-jbd-bms"
version: 1.1.0
version: 1.2.0

esp32:
board: wemos_d1_mini32
Expand All @@ -28,9 +28,20 @@ wifi:
password: !secret wifi_password

ota:
api:
logger:

# If you don't use Home Assistant please remove this `api` section and uncomment the `mqtt` component!
api:

# The MQTT component is ESP-IDF compatible since ESPHome version 2022.4.0. If
# ESPHome suggests to use the arduino framework instead because of missing ESP-IDF
# framework support you should update your setup.
# mqtt:
# broker: !secret mqtt_host
# username: !secret mqtt_username
# password: !secret mqtt_password
# id: mqtt_client

uart:
baud_rate: 9600
tx_pin: ${tx_pin}
Expand Down
15 changes: 13 additions & 2 deletions esp8266-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ esphome:
comment: ${device_description}
project:
name: "syssi.esphome-jbd-bms"
version: 1.1.0
version: 1.2.0

esp8266:
board: d1_mini
Expand All @@ -25,9 +25,20 @@ wifi:
password: !secret wifi_password

ota:
api:
logger:

# If you don't use Home Assistant please remove this `api` section and uncomment the `mqtt` component!
api:

# The MQTT component is ESP-IDF compatible since ESPHome version 2022.4.0. If
# ESPHome suggests to use the arduino framework instead because of missing ESP-IDF
# framework support you should update your setup.
# mqtt:
# broker: !secret mqtt_host
# username: !secret mqtt_username
# password: !secret mqtt_password
# id: mqtt_client

uart:
baud_rate: 9600
tx_pin: ${tx_pin}
Expand Down

0 comments on commit 66ea29b

Please sign in to comment.