mirror of
https://github.com/home-assistant/core.git
synced 2025-08-28 17:01:42 +02:00
Adjust HP ILO integration
This commit is contained in:
@@ -157,7 +157,9 @@ class HpIloSensor(Entity):
|
||||
ilo_data = getattr(self.hp_ilo_data.data, self._ilo_function)()
|
||||
|
||||
if self._sensor_value_template is not None:
|
||||
ilo_data = self._sensor_value_template.render(ilo_data=ilo_data)
|
||||
ilo_data = self._sensor_value_template.render(
|
||||
ilo_data=ilo_data, parse_result=False
|
||||
)
|
||||
|
||||
self._state = ilo_data
|
||||
|
||||
|
Reference in New Issue
Block a user