Skip to content

Commit

Permalink
Unknown energy meter incompatible avec meter00 #55
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLoco committed Jan 17, 2022
1 parent 0d556f0 commit 136d305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hilo/__init__.py
Expand Up @@ -469,7 +469,7 @@ def check_tarif(self):
if entity.endswith("_power") and entity not in [
unknown_source_tracker,
smart_meter,
smart_meter_alternate
smart_meter_alternate,
]:
try:
known_power += int(float(state.state))
Expand Down

0 comments on commit 136d305

Please sign in to comment.