mirror of
https://github.com/home-assistant/core.git
synced 2025-08-29 01:11:34 +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)()
|
ilo_data = getattr(self.hp_ilo_data.data, self._ilo_function)()
|
||||||
|
|
||||||
if self._sensor_value_template is not None:
|
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
|
self._state = ilo_data
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user