Skip to content

Commit f326d3c

Browse files
committed
typo
1 parent 2fa327b commit f326d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/virtual/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _get_sensor_from_entity_id(hass, entity_id):
110110
return sensor
111111

112112
async def async_virtual_set_service(hass, call):
113-
_LOGGER.info("{0} turning on".format(call.data['entity_id']))
113+
_LOGGER.info("{0} setting".format(call.data['entity_id']))
114114
for entity_id in call.data['entity_id']:
115115
_get_sensor_from_entity_id(hass,entity_id).set(call.data['value'])
116116

0 commit comments

Comments
 (0)