1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Add BedJet BLE climate component (#2452)

This commit is contained in:
Joe
2022-04-13 21:16:13 -04:00
committed by GitHub
parent 70a35656e4
commit 6bac551d9f
9 changed files with 1172 additions and 0 deletions

View File

@@ -291,6 +291,8 @@ ble_client:
on_disconnect:
then:
- switch.turn_on: ble1_status
- mac_address: C4:4F:33:11:22:33
id: my_bedjet_ble_client
mcp23s08:
- id: "mcp23s08_hub"
cs_pin: GPIO12
@@ -1870,6 +1872,9 @@ climate:
ble_client_id: ble_blah
unit_of_measurement: c
icon: mdi:stove
- platform: bedjet
name: My Bedjet
ble_client_id: my_bedjet_ble_client
script:
- id: climate_custom