mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-22 12:10:34 +02:00
Compare commits
2 Commits
79c0236050
...
a6d882de4a
Author | SHA1 | Date | |
---|---|---|---|
|
a6d882de4a | ||
|
8cb0f29c7d |
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -14,8 +14,8 @@ permissions:
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
DEFAULT_PYTHON: "3.10"
|
||||
PYUPGRADE_TARGET: "--py310-plus"
|
||||
DEFAULT_PYTHON: "3.11"
|
||||
PYUPGRADE_TARGET: "--py311-plus"
|
||||
|
||||
concurrency:
|
||||
# yamllint disable-line rule:line-length
|
||||
|
@@ -33,7 +33,7 @@ repos:
|
||||
rev: v3.19.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py310-plus]
|
||||
args: [--py311-plus]
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.35.1
|
||||
hooks:
|
||||
|
@@ -40,4 +40,5 @@ async def to_code(config):
|
||||
await cg.register_component(var, config)
|
||||
await ble_client.register_ble_node(var, config)
|
||||
|
||||
cg.add_define("USE_ESP32_BLE_DEVICE")
|
||||
cg.add(var.set_throttle(config[CONF_THROTTLE]))
|
||||
|
Reference in New Issue
Block a user