mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Exclude tplink firmware entities (#124935)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
ed161d3d49
commit
29a17edaa5
@ -68,6 +68,8 @@ EXCLUDED_FEATURES = {
|
||||
# update
|
||||
"current_firmware_version",
|
||||
"available_firmware_version",
|
||||
"update_available",
|
||||
"check_latest_firmware",
|
||||
}
|
||||
|
||||
|
||||
|
@ -150,6 +150,11 @@
|
||||
"type": "Sensor",
|
||||
"category": "Debug"
|
||||
},
|
||||
"check_latest_firmware": {
|
||||
"value": "<Action>",
|
||||
"type": "Action",
|
||||
"category": "Info"
|
||||
},
|
||||
"thermostat_mode": {
|
||||
"value": "off",
|
||||
"type": "Sensor",
|
||||
|
Loading…
x
Reference in New Issue
Block a user