boiler-monitor: Fix accidental extra quotes in sensor names
This commit is contained in:
parent
537154da83
commit
4fcf177508
@ -122,7 +122,7 @@ text_sensor:
|
||||
## LEAD LAG STATUS ##
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: ${controller_id}
|
||||
name: ${sensor_name_prefix}"Lead Lag master status"
|
||||
name: ${sensor_name_prefix}Lead Lag master status
|
||||
address: 0x00A0
|
||||
register_type: read
|
||||
raw_encode: HEXBYTES
|
||||
@ -139,7 +139,7 @@ text_sensor:
|
||||
# TODO: map to text (bitmap)
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: ${controller_id}
|
||||
name: ${sensor_name_prefix}"Lead Lag slave status"
|
||||
name: ${sensor_name_prefix}Lead Lag slave status
|
||||
address: 0x00A1
|
||||
register_type: read
|
||||
raw_encode: HEXBYTES
|
||||
|
Loading…
Reference in New Issue
Block a user