We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa327b commit f326d3cCopy full SHA for f326d3c
custom_components/virtual/sensor.py
@@ -110,7 +110,7 @@ def _get_sensor_from_entity_id(hass, entity_id):
110
return sensor
111
112
async def async_virtual_set_service(hass, call):
113
- _LOGGER.info("{0} turning on".format(call.data['entity_id']))
+ _LOGGER.info("{0} setting".format(call.data['entity_id']))
114
for entity_id in call.data['entity_id']:
115
_get_sensor_from_entity_id(hass,entity_id).set(call.data['value'])
116
0 commit comments