-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for swedish kaifa meters * Update readme * Update readme * Adjust measurement for active power * More adjusting to kaifa_se * Rename pakcage * Add missing kamstrup meter. Add unknown meter for unidentified meters * Address Unknown unit for reactive energy sensors. Code quality fixes. Add swedish translation. * Update manifest.json * Prevent unknown state class None. Add missing kaifa_se option * Correct name for kamstrup meter * Code quality and some documentation
- Loading branch information
1 parent
49db292
commit 454c20d
Showing
11 changed files
with
106 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"single_instance_allowed": "Endast en inträde av AMS läsare är tillåten" | ||
}, | ||
"title": "AMS Reader", | ||
"step": { | ||
"user": { | ||
"title": "AMS läsare", | ||
"description": "Installera sensorer för AMS läsare", | ||
"data": { | ||
"serial_port": "Serieport", | ||
"parity": "Paritet", | ||
"meter_manufacturer": "Mätar tilverkare", | ||
"baudrate": "Baudrate" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"name_exists": "Namn finns" | ||
} | ||
} | ||
} |