Skip to content

Commit

Permalink
Fix keypad lock displayed inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
wildekek committed May 28, 2023
1 parent 3a39cee commit 247b630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rd6006-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,14 @@ text_sensor:
binary_sensor:
- platform: modbus_controller
modbus_controller_id: powersupply
address: 15
name: "Keypad lock"
entity_category: diagnostic
device_class: lock
address: 15
register_type: holding
bitmask: 0x1
filters:
- invert:
- platform: modbus_controller
modbus_controller_id: powersupply
address: 32
Expand Down

0 comments on commit 247b630

Please sign in to comment.