Changed accounting sensor attribute

This commit is contained in:
Ivan Pavlina 2020-04-08 14:16:19 +02:00
parent e8d2efe956
commit b8d311978b

View file

@ -124,7 +124,7 @@ SENSOR_TYPES = {
DEVICE_ATTRIBUTES_ACCOUNTING = [
"address",
"mac-address",
"comment"
"host-name"
]