Changed the mouse-over graphs to temperature and humidity (#15851)

* Changed the mouse-over graphs to temperature and humidity
This commit is contained in:
fabriciotm 2024-02-27 14:47:52 -03:00 committed by GitHub
parent f7fc272843
commit a38bd4d363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,4 +14,5 @@ discovery:
- RCM-O - RCM-O
mib_dir: geist mib_dir: geist
over: over:
- { graph: device_bits, text: 'Device Traffic' } - { graph: device_temperature, text: 'Temperature' }
- { graph: device_humidity, text: 'Humidity' }