We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to change iPad brightness with BLE keyboard. Here is the discussion how to do it - T-vK/ESP32-BLE-Keyboard#23.
I tried the following code:
ble_keyboard: id: blekeyboard name: "BLEKeyboard" battery_level: 50 reconnect: true buttons: true use_default_libs: false button: - platform: template name: "BRIGHTNESS_UP" id: brightness_up icon: "mdi:microsoft-windows" on_press: then: - ble_keyboard.press: id: blekeyboard code: 0x006F - ble_keyboard.release: blekeyboard
but it doesn't work. Is there any other way to add this button?
The text was updated successfully, but these errors were encountered:
dmamontov
No branches or pull requests
I would like to change iPad brightness with BLE keyboard.
Here is the discussion how to do it - T-vK/ESP32-BLE-Keyboard#23.
I tried the following code:
but it doesn't work. Is there any other way to add this button?
The text was updated successfully, but these errors were encountered: