File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license = {text = "GPL-3.0"}
15
15
requires-python = " >=3.8"
16
16
dependencies = [
17
17
" voluptuous" ,
18
- " zigpy>=0.60.2 " ,
18
+ " zigpy>=0.66.0 " ,
19
19
" pyusb>=1.1.0" ,
20
20
" gpiozero" ,
21
21
' async-timeout; python_version<"3.11"' ,
Original file line number Diff line number Diff line change 10
10
import zigpy_zigate .types as t
11
11
import zigpy_zigate .zigbee .application
12
12
13
- APP_CONFIG = zigpy_zigate .zigbee .application .ControllerApplication .SCHEMA (
14
- {
15
- config .CONF_DEVICE : {config .CONF_DEVICE_PATH : "/dev/null" },
16
- config .CONF_DATABASE : None ,
17
- }
18
- )
13
+ APP_CONFIG = {
14
+ config .CONF_DEVICE : {config .CONF_DEVICE_PATH : "/dev/null" },
15
+ config .CONF_DATABASE : None ,
16
+ }
19
17
FAKE_FIRMWARE_VERSION = "3.1z"
20
18
21
19
You can’t perform that action at this time.
0 commit comments