Fix wrong name attribute in mqtt ignore list (#132831)

This commit is contained in:
epenet 2024-12-10 15:32:08 +01:00 committed by GitHub
parent 7014317e9e
commit 6a323a1d3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ MQTT_ATTRIBUTES_BLOCKED = {
"extra_state_attributes",
"force_update",
"icon",
"name",
"friendly_name",
"should_poll",
"state",
"supported_features",