mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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
|
# update
|
||||||
"current_firmware_version",
|
"current_firmware_version",
|
||||||
"available_firmware_version",
|
"available_firmware_version",
|
||||||
|
"update_available",
|
||||||
|
"check_latest_firmware",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -150,6 +150,11 @@
|
|||||||
"type": "Sensor",
|
"type": "Sensor",
|
||||||
"category": "Debug"
|
"category": "Debug"
|
||||||
},
|
},
|
||||||
|
"check_latest_firmware": {
|
||||||
|
"value": "<Action>",
|
||||||
|
"type": "Action",
|
||||||
|
"category": "Info"
|
||||||
|
},
|
||||||
"thermostat_mode": {
|
"thermostat_mode": {
|
||||||
"value": "off",
|
"value": "off",
|
||||||
"type": "Sensor",
|
"type": "Sensor",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user