mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-09 20:37:59 -05:00
Fix parameter type for invert_solar in fix_usage_sign function
This commit is contained in:
@@ -585,7 +585,7 @@ def fix_usage_sign(
|
||||
usage: float,
|
||||
bidirectional: bool,
|
||||
is_solar: bool,
|
||||
invert_solar: str,
|
||||
invert_solar: bool,
|
||||
) -> float:
|
||||
"""If the channel is not '1,2,3' or 'Balance' we need it to be positive.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user