Skip to content

Commit d1265db

Browse files
committed
CLean up changes for merge
1 parent c10aa65 commit d1265db

3 files changed

Lines changed: 2 additions & 28 deletions

File tree

device_db.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5353,33 +5353,6 @@ SWITCH_ZEMISMART_TS0601_6GANG:
53535353
info: Needs pinout. Secondary MCU. 6-gang!
53545354
threads: https://github.com/romasku/tuya-zigbee-switch/issues/209
53555355
store: https://www.zemismart.com/products/tb26-6
5356-
ZABBY_ENCODER:
5357-
human_name: Zabby Encoder
5358-
category: module
5359-
power: mains
5360-
neutral: required
5361-
output: relay
5362-
device_type: router
5363-
stock_model_name: TS0004
5364-
stock_manufacturer_name: _TZ3000_knoj8lpk
5365-
stock_converter_manufacturer: Tuya
5366-
stock_converter_model: TS0004_switch_module_2
5367-
override_z2m_device: E1
5368-
tuya_module: ZTU
5369-
mcu_family: Telink
5370-
mcu: TLSR8258
5371-
config_str: Zabby;E1;BC3u;LC2i;RD2;EB4uD7uD4u;
5372-
alt_config_str: null
5373-
old_manufacturer_names: null
5374-
old_zb_models: null
5375-
stock_manufacturer_id: 4417
5376-
stock_image_type: 54179
5377-
firmware_image_type: 43548
5378-
build: yes
5379-
status: fully_supported
5380-
info: Supported
5381-
threads: https://github.com/romasku/tuya-zigbee-switch/issues/TBD
5382-
store: null
53835356
REMOTE_TUYA_SMART_KNOB:
53845357
human_name: Tuya Smart Knob
53855358
category: remote

make_scripts/make_debug_single.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -e # Exit on error.
1818
cd "$(dirname "$(dirname "$(realpath "$0")")")" # Go to project root.
1919

20-
DEVICE=REMOTE_TUYA_SMART_KNOB # Change this to your device
20+
DEVICE=BOARD__ZIGBEE_ZTU_2 # Change this to your device
2121

2222
# Check if device exists in database
2323
if ! yq -e ".${DEVICE}" device_db.yaml >/dev/null 2>&1; then

tests/test_base_components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def test_button_debounce_stronger(device: Device, button_pin: str, relay_pin: st
1414
device.step_time(60) # past debounce stable
1515
wait_for(lambda: device.get_gpio(relay_pin) is True)
1616

17+
1718
def test_custom_debounce_delay_is_applied_to_switches():
1819
proc = StubProc(device_config="X;Y;D100;SA0u;RB0;").start()
1920
try:

0 commit comments

Comments
 (0)