Fix typo in anova integration (#92191)

This commit is contained in:
Sven Serlier 2023-04-28 21:07:17 +02:00 committed by GitHub
parent d366b43866
commit a0cd0b3c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"error": { "error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]", "unknown": "[%key:common::config_flow::error::unknown%]",
"no_devices_found": "No devices were found. Make sure you have at least one Anova device online" "no_devices_found": "No devices were found. Make sure you have at least one Anova device online."
} }
}, },
"entity": { "entity": {