summaryrefslogtreecommitdiff
path: root/decoders/lm75
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/lm75')
-rw-r--r--decoders/lm75/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py
index 29237d7..6d264f9 100644
--- a/decoders/lm75/pd.py
+++ b/decoders/lm75/pd.py
@@ -47,6 +47,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = ['lm75']
+ tags = ['Sensor']
options = (
{'id': 'sensor', 'desc': 'Sensor type', 'default': 'lm75',
'values': ('lm75',)},