temporal fpl1 folder

This commit is contained in:
Yordan Suarez
2022-07-21 20:43:14 -04:00
parent 5e0cf5f659
commit e410106391
16 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"config": {
"title": "Florida Power & Light",
"step": {
"user": {
"title": "Florida Power & Light",
"description": "If you need help with the configuration have a look here: https://github.com/dotKrad/hass-fpl",
"data": {
"name": "Name",
"username": "Email",
"password": "Password"
}
}
},
"error": {
"failure": "An error ocurred, please check the logs",
"auth": "Username/Password is wrong.",
"name_exists": "Configuration already exists.",
"invalid_username": "Invalid Email",
"invalid_password": "Invalid Password"
},
"abort": {
"single_instance_allowed": "Only a single configuration of Fpl is allowed."
}
}
}