mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
Compare commits
2 Commits
67622c0e51
...
bugfix/fix
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a5bb73c66 | |||
| c38332ce90 |
@@ -70,6 +70,8 @@
|
||||
py-improv-ble-client # for esphome
|
||||
pymodbus # for modbus
|
||||
pyopenweathermap # for weather
|
||||
ical # for todo
|
||||
uiprotect # unfi integration
|
||||
];
|
||||
extraComponents = [ "isal" ];
|
||||
};
|
||||
|
||||
@@ -10,7 +10,7 @@ sensor:
|
||||
max_sub_interval:
|
||||
minutes: 5
|
||||
- platform: integration
|
||||
source: sensor.batteries_jk0_charging_power
|
||||
source: sensor.batteries_jk0_discharging_power
|
||||
name: "JK0 energy out"
|
||||
unique_id: jk0_energy_out_kwh
|
||||
unit_prefix: k
|
||||
@@ -30,7 +30,7 @@ sensor:
|
||||
max_sub_interval:
|
||||
minutes: 5
|
||||
- platform: integration
|
||||
source: sensor.battery1_jk1_discharge_power
|
||||
source: sensor.battery1_jk1_discharging_power
|
||||
name: "JK1 energy out"
|
||||
unique_id: jk1_energy_out_kwh
|
||||
unit_prefix: k
|
||||
|
||||
Reference in New Issue
Block a user