boiler-monitor: Fix accidental extra quotes in sensor names

This commit is contained in:
Adam Goldsmith 2024-03-02 18:27:54 -05:00
parent 537154da83
commit 4fcf177508

View File

@ -122,7 +122,7 @@ text_sensor:
## LEAD LAG STATUS ## ## LEAD LAG STATUS ##
- platform: modbus_controller - platform: modbus_controller
modbus_controller_id: ${controller_id} modbus_controller_id: ${controller_id}
name: ${sensor_name_prefix}"Lead Lag master status" name: ${sensor_name_prefix}Lead Lag master status
address: 0x00A0 address: 0x00A0
register_type: read register_type: read
raw_encode: HEXBYTES raw_encode: HEXBYTES
@ -139,7 +139,7 @@ text_sensor:
# TODO: map to text (bitmap) # TODO: map to text (bitmap)
- platform: modbus_controller - platform: modbus_controller
modbus_controller_id: ${controller_id} modbus_controller_id: ${controller_id}
name: ${sensor_name_prefix}"Lead Lag slave status" name: ${sensor_name_prefix}Lead Lag slave status
address: 0x00A1 address: 0x00A1
register_type: read register_type: read
raw_encode: HEXBYTES raw_encode: HEXBYTES