Fix typo in ESPHome repair text (#131200)

This commit is contained in:
Jesse Hills 2024-11-22 07:42:08 +13:00 committed by Franck Nijhof
parent 75dcdfb087
commit 780eaa8379
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -118,7 +118,7 @@
},
"service_calls_not_allowed": {
"title": "{name} is not permitted to perform Home Assistant actions",
"description": "The ESPHome device attempted to perform a Home Assistant action, but this functionality is not enabled.\n\nIf you trust this device and want to allow it to perfom Home Assistant action, you can enable this functionality in the options flow."
"description": "The ESPHome device attempted to perform a Home Assistant action, but this functionality is not enabled.\n\nIf you trust this device and want to allow it to perform Home Assistant action, you can enable this functionality in the options flow."
}
}
}