Specify device when setting gang count
This commit is contained in:
@@ -162,7 +162,7 @@ select:
|
||||
icon: mdi:dip-switch
|
||||
on_value:
|
||||
then:
|
||||
- lambda: set_gang_count(static_cast<uint8_t>(i)+1);
|
||||
- lambda: tx_ultimate->set_gang_count(static_cast<uint8_t>(i)+1);
|
||||
|
||||
text_sensor:
|
||||
- id: tx_fw_version
|
||||
|
||||
Reference in New Issue
Block a user