Skip to content

Commit

Permalink
Merge pull request #6 from zaubererty/master
Browse files Browse the repository at this point in the history
Fix for v0.115
  • Loading branch information
ITTV-tools committed Sep 17, 2020
2 parents 91b97fd + fc3355a commit 0d803a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/kostal_plenticore/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
FREQUENCY_HERTZ,
ELECTRICAL_CURRENT_AMPERE,
VOLT,
UNIT_PERCENTAGE,
PERCENTAGE,
POWER_WATT,
)
import homeassistant.helpers.config_validation as cv
Expand All @@ -32,7 +32,7 @@
"devices:local:battery",
"SoC",
"kostal battery",
UNIT_PERCENTAGE,
PERCENTAGE,
"mdi:battery-high",
],
"BatteryCycles": [
Expand Down Expand Up @@ -138,28 +138,28 @@
"scb:statistic:EnergyFlow",
"Statistic:Autarky:Day",
"Kostal autarky day",
UNIT_PERCENTAGE,
PERCENTAGE,
"mdi:power-plug",
],
"AutarkyMonth": [
"scb:statistic:EnergyFlow",
"Statistic:Autarky:Month",
"Kostal autarky Month",
UNIT_PERCENTAGE,
PERCENTAGE,
"mdi:power-plug",
],
"AutarkyTotal": [
"scb:statistic:EnergyFlow",
"Statistic:Autarky:Total",
"Kostal autarky Total",
UNIT_PERCENTAGE,
PERCENTAGE,
"mdi:power-plug",
],
"AutarkyYear": [
"scb:statistic:EnergyFlow",
"Statistic:Autarky:Year",
"Kostal autarky Year",
UNIT_PERCENTAGE,
PERCENTAGE,
"mdi:power-plug",
],
"HomeConsumptionDay": [
Expand Down

0 comments on commit 0d803a7

Please sign in to comment.