Trying to use the indoor temperature offset (current_temperature_offset: ) fails compiling with this error message:
` [current_temperature_offset] is an invalid option for [climate.panasonic_ac]. Did you mean [outside_temperature_offset], [current_temperature_state_topic], [target_temperature_state_topic]?
current_temperature_offset: 1
outside_temperature_offset: 0`
Commenting out current_temperature_offset: 1 and using only the outside_temperature_offset: 0 seems to work as intended.
Trying to use the indoor temperature offset (current_temperature_offset: ) fails compiling with this error message:
` [current_temperature_offset] is an invalid option for [climate.panasonic_ac]. Did you mean [outside_temperature_offset], [current_temperature_state_topic], [target_temperature_state_topic]?
current_temperature_offset: 1
outside_temperature_offset: 0`
Commenting out current_temperature_offset: 1 and using only the outside_temperature_offset: 0 seems to work as intended.