mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
Merge branch 'dev' into jesserockz-2022-199
This commit is contained in:
@@ -294,6 +294,9 @@ wled:
|
||||
|
||||
adalight:
|
||||
|
||||
esp32_ble:
|
||||
io_capability: keyboard_only
|
||||
|
||||
esp32_ble_tracker:
|
||||
|
||||
ble_client:
|
||||
@@ -307,6 +310,19 @@ ble_client:
|
||||
on_disconnect:
|
||||
then:
|
||||
- switch.turn_on: ble1_status
|
||||
on_passkey_request:
|
||||
then:
|
||||
- ble_client.passkey_reply:
|
||||
id: ble_blah
|
||||
passkey: 123456
|
||||
on_passkey_notification:
|
||||
then:
|
||||
- logger.log: "Passkey notification received"
|
||||
on_numeric_comparison_request:
|
||||
then:
|
||||
- ble_client.numeric_comparison_reply:
|
||||
id: ble_blah
|
||||
accept: True
|
||||
- mac_address: C4:4F:33:11:22:33
|
||||
id: my_bedjet_ble_client
|
||||
bedjet:
|
||||
@@ -1276,6 +1292,13 @@ sensor:
|
||||
name: DHT Absolute Humidity
|
||||
temperature: dht_temperature
|
||||
humidity: dht_humidity
|
||||
- platform: hyt271
|
||||
i2c_id: i2c_bus
|
||||
temperature:
|
||||
name: "Temperature hyt271"
|
||||
id: temp_etuve
|
||||
humidity:
|
||||
name: "Humidity hyt271"
|
||||
|
||||
esp32_touch:
|
||||
setup_mode: false
|
||||
@@ -1449,6 +1472,13 @@ binary_sensor:
|
||||
number: 1
|
||||
mode: INPUT
|
||||
inverted: true
|
||||
- platform: gpio
|
||||
name: PCA6416A binary sensor
|
||||
pin:
|
||||
pca6416a: pca6416a_hub
|
||||
number: 15
|
||||
mode: INPUT
|
||||
inverted: true
|
||||
- platform: gpio
|
||||
name: MCP21 binary sensor
|
||||
pin:
|
||||
@@ -2934,6 +2964,11 @@ pca9554:
|
||||
address: 0x3F
|
||||
i2c_id: i2c_bus
|
||||
|
||||
pca6416a:
|
||||
- id: pca6416a_hub
|
||||
address: 0x21
|
||||
i2c_id: i2c_bus
|
||||
|
||||
mcp23017:
|
||||
- id: mcp23017_hub
|
||||
open_drain_interrupt: true
|
||||
|
||||
@@ -374,6 +374,16 @@ binary_sensor:
|
||||
on_press:
|
||||
- logger.log: Touched
|
||||
|
||||
- platform: gpio
|
||||
name: MaxIn Pin 4
|
||||
pin:
|
||||
max6956: max6956_1
|
||||
number: 4
|
||||
mode:
|
||||
input: true
|
||||
pullup: true
|
||||
inverted: false
|
||||
|
||||
climate:
|
||||
- platform: tuya
|
||||
id: tuya_climate
|
||||
@@ -717,4 +727,8 @@ voice_assistant:
|
||||
format: "Voice assistant error - code %s, message: %s"
|
||||
args: [code.c_str(), message.c_str()]
|
||||
|
||||
max6956:
|
||||
- id: max6956_1
|
||||
address: 0x40
|
||||
|
||||
es8388:
|
||||
|
||||
Reference in New Issue
Block a user