Skip to content

Commit

Permalink
Update device signatures, revert ignore suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
prairiesnpr committed Oct 4, 2024
1 parent 0c934c3 commit 4e2435a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"default_move_rate",
"start_up_current_level",
"counter",
"setpoint_change_source_timestamp",
]


Expand Down
24 changes: 24 additions & 0 deletions tests/zha_devices_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -5917,6 +5917,14 @@
DEV_SIG_ENT_MAP_CLASS: "SetpointChangeSource",
DEV_SIG_ENT_MAP_ID: "sensor.sinope_technologies_th1123zb_setpoint_change_source",
},
(
"sensor",
"00:11:22:33:44:55:66:77-1-513-setpoint_change_source_timestamp",
): {
DEV_SIG_CLUSTER_HANDLERS: ["thermostat"],
DEV_SIG_ENT_MAP_CLASS: "SetpointChangeSourceTimestamp",
DEV_SIG_ENT_MAP_ID: "sensor.sinope_technologies_th1123zb_setpoint_change_source_timestamp",
},
("update", "00:11:22:33:44:55:66:77-1-25-firmware_update"): {
DEV_SIG_CLUSTER_HANDLERS: ["ota"],
DEV_SIG_ENT_MAP_CLASS: "FirmwareUpdateEntity",
Expand Down Expand Up @@ -6036,6 +6044,14 @@
DEV_SIG_ENT_MAP_CLASS: "SetpointChangeSource",
DEV_SIG_ENT_MAP_ID: "sensor.sinope_technologies_th1124zb_setpoint_change_source",
},
(
"sensor",
"00:11:22:33:44:55:66:77-1-513-setpoint_change_source_timestamp",
): {
DEV_SIG_CLUSTER_HANDLERS: ["thermostat"],
DEV_SIG_ENT_MAP_CLASS: "SetpointChangeSourceTimestamp",
DEV_SIG_ENT_MAP_ID: "sensor.sinope_technologies_th1124zb_setpoint_change_source_timestamp",
},
("update", "00:11:22:33:44:55:66:77-1-25-firmware_update"): {
DEV_SIG_CLUSTER_HANDLERS: ["ota"],
DEV_SIG_ENT_MAP_CLASS: "FirmwareUpdateEntity",
Expand Down Expand Up @@ -6453,6 +6469,14 @@
DEV_SIG_ENT_MAP_CLASS: "SetpointChangeSource",
DEV_SIG_ENT_MAP_ID: "sensor.zen_within_zen_01_setpoint_change_source",
},
(
"sensor",
"00:11:22:33:44:55:66:77-1-513-setpoint_change_source_timestamp",
): {
DEV_SIG_CLUSTER_HANDLERS: ["thermostat"],
DEV_SIG_ENT_MAP_CLASS: "SetpointChangeSourceTimestamp",
DEV_SIG_ENT_MAP_ID: "sensor.zen_within_zen_01_setpoint_change_source_timestamp",
},
("update", "00:11:22:33:44:55:66:77-1-25-firmware_update"): {
DEV_SIG_CLUSTER_HANDLERS: ["ota"],
DEV_SIG_ENT_MAP_CLASS: "FirmwareUpdateEntity",
Expand Down

0 comments on commit 4e2435a

Please sign in to comment.