Merge pull request #370 from lnicolas83/add_phy-temperature

Add health sensor phy-temperature
This commit is contained in:
Tomaae 2025-01-08 00:59:30 +01:00 committed by GitHub
commit 8ca38e19c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View file

@ -1429,6 +1429,7 @@ class MikrotikCoordinator(DataUpdateCoordinator[None]):
{"name": "cpu-temperature", "default": 0},
{"name": "power-consumption", "default": 0},
{"name": "board-temperature1", "default": 0},
{"name": "phy-temperature", "default": 0},
{"name": "fan1-speed", "default": 0},
{"name": "fan2-speed", "default": 0},
],