mirror of
https://github.com/esphome/esphome.git
synced 2025-09-14 01:02:19 +01:00
Makes ble_client.ble_write's action value templatable (#3715)
This commit is contained in:
@@ -615,3 +615,9 @@ switch:
|
||||
service_uuid: F61E3BE9-2826-A81B-970A-4D4DECFABBAE
|
||||
characteristic_uuid: 6490FAFE-0734-732C-8705-91B653A081FC
|
||||
value: [0x01, 0xab, 0xff]
|
||||
- ble_client.ble_write:
|
||||
id: airthings01
|
||||
service_uuid: F61E3BE9-2826-A81B-970A-4D4DECFABBAE
|
||||
characteristic_uuid: 6490FAFE-0734-732C-8705-91B653A081FC
|
||||
value: !lambda |-
|
||||
return {0x13, 0x37};
|
||||
|
Reference in New Issue
Block a user