Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tggm committed Dec 30, 2023
1 parent ab9d3a7 commit cdad91f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Changelog

## v1.6.0
## v1.6.0-b0 (Beta Version)

- Re-adds sensor and update platforms.

## v1.5.1
## v1.5.1 (Beta version)

- Adds more logging
- Minor corrections in code styling
- Minor corrections on some debug messages.

## v1.5.0
## v1.5.0 (Beta version)

- Simplified integration to prepare for HA merge.
- Energy and update entities removed.
Expand Down
20 changes: 20 additions & 0 deletions custom_components/rointe/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_auth": "Invalid authentication",
"unable_get_installations": "An error occurred while retrieving installations"
},
"step": {
"user": {
"data": {
"rointe_password": "Password",
"rointe_username": "Email"
},
"title": "Fill in your Rointe Connect information"
}
}
}
}

0 comments on commit cdad91f

Please sign in to comment.