Add Peak Shaving work mode for H3 Inverters & H1 (Gen 2) #41
Annotations
4 errors and 3 warnings
Pre-commit and pytest:
tests/test_entity_descriptions.py#L77
test_entity_descriptions_for_model[Inv.H1_G2]
assert [+ received] == [- snapshot]
......
...
"0": "Self Use",
- "1": "Feed-in First"
+ "1": "Feed-in First",
+ "2": "Back-up",
+ "4": "Peak Shaving"
}
...
]
|
Pre-commit and pytest:
tests/test_entity_descriptions.py#L77
test_entity_descriptions_for_model[Inv.H3]
assert [+ received] == [- snapshot]
......
...
"1": "Feed-in First",
- "2": "Back-up"
+ "2": "Back-up",
+ "4": "Peak Shaving"
}
...
]
|
Pre-commit and pytest:
tests/test_entity_descriptions.py#L77
test_entity_descriptions_for_model[Inv.H3_PRO]
assert [+ received] == [- snapshot]
......
...
"1": "Self Use",
- "2": "Feed-in First"
+ "2": "Feed-in First",
+ "3": "Back-up",
+ "4": "Peak Shaving"
}
...
]
|
Pre-commit and pytest
Process completed with exit code 1.
|
Hassfest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
HACS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Pre-commit and pytest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|