Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lektrico integration #102371

Merged
merged 55 commits into from
Aug 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
fad8f48
Add Lektrico Integration
Lektrico Oct 20, 2023
fe4060f
Make the changes proposed by Lash-L: new coordinator.py, new entity.p…
Lektrico Nov 2, 2023
e09cbab
Replace FlowResult with ConfigFlowResult and add tests.
mtarjoianu Mar 29, 2024
8ca1f7b
Remove unused lines.
Lektrico Mar 29, 2024
56085f6
Remove Options from condif_flow
Lektrico Apr 1, 2024
7e6398c
Fix ruff and mypy.
Lektrico Apr 16, 2024
596dc83
Fix CODEOWNERS.
Lektrico Apr 16, 2024
92b7fe3
Run python3 -m script.hassfest.
Lektrico Apr 16, 2024
9dc6a7d
Correct rebase mistake.
Lektrico Apr 19, 2024
54d3068
Make modifications suggested by emontnemery.
Lektrico Apr 23, 2024
c770c54
Add pytest fixtures.
Lektrico Apr 24, 2024
506d52c
Remove meaningless patches.
Lektrico Apr 24, 2024
ec0f622
Update .coveragerc
emontnemery Apr 24, 2024
6e71fc4
Replace CONF_FRIENDLY_NAME with CONF_NAME.
Lektrico May 23, 2024
6b84eb9
Remove underscores.
Lektrico May 23, 2024
8e74fd7
Update tests.
Lektrico May 23, 2024
73ff5dc
Update test file with is and no config_entries. .
Lektrico May 23, 2024
4e55144
Set serial_number in DeviceInfo and add return type of the async_upda…
Lektrico May 23, 2024
37a0cb6
Use suggested_unit_of_measurement for KILO_WATT and replace Any in va…
Lektrico May 23, 2024
8c85e78
Add device class duration to charging_time sensor.
Lektrico May 23, 2024
e3a40f0
Change raising PlatformNotReady to raising IntegrationError.
Lektrico May 23, 2024
930f564
Test the unique id of the entry.
Lektrico May 24, 2024
638b0c3
Rename PF Lx with Power factor Lx and remove PF from strings.json.
Lektrico May 24, 2024
464bdff
Remove comment.
Lektrico May 24, 2024
50fa586
Make state and limit reason sensors to be enum sensors.
Lektrico May 24, 2024
e242d47
Use result variable to check unique_id in test.
Lektrico May 29, 2024
5c57a7f
Remove CONF_NAME from entry and __init__ from LektricoFlowHandler.
Lektrico May 30, 2024
66359d0
Remove session parameter from LektricoDeviceDataUpdateCoordinator.
Lektrico May 30, 2024
3225416
Use config_entry: ConfigEntry in coordinator.
Lektrico May 30, 2024
a31f75f
Replace Connected,NeedAuth with Waiting for Authentication.
Lektrico May 30, 2024
569b9a4
Use lektricowifi 0.0.29.
Lektrico May 30, 2024
2ec775b
Use lektricowifi 0.0.39
Lektrico Jul 31, 2024
8900731
Use lektricowifi 0.0.40
Lektrico Aug 1, 2024
8e07acb
Use lektricowifi 0.0.41
Lektrico Aug 1, 2024
552ce78
Replace hass.data with entry.runtime_data
Lektrico Aug 21, 2024
448c5ea
Delete .coveragerc
Lektrico Aug 21, 2024
e49bee5
Restructure the user step
Lektrico Aug 21, 2024
af4f79d
Fix tests
Lektrico Aug 21, 2024
d824945
Add returned value of _async_update_data to class DataUpdateCoordinator
Lektrico Aug 21, 2024
d0f5139
Use hw_version at DeviceInfo
Lektrico Aug 22, 2024
7bee549
Remove a variable
Lektrico Aug 22, 2024
c6f7516
Use StateType
Lektrico Aug 22, 2024
6187406
Replace friendly_name with device_name
Lektrico Aug 22, 2024
9ba72ea
Use sentence case in translation strings
Lektrico Aug 22, 2024
16e50be
Uncomment and fix test_discovered_zeroconf
Lektrico Aug 22, 2024
bacff80
Add type LektricoConfigEntry
Lektrico Aug 22, 2024
3783401
Remove commented code
Lektrico Aug 22, 2024
02eb235
Remove the type of coordinator in sensor async_setup_entry
Lektrico Aug 22, 2024
f3c6428
Make zeroconf test end in ABORT, not FORM
Lektrico Aug 23, 2024
25f4332
Remove all async_block_till_done from tests
Lektrico Aug 23, 2024
3589943
End test_user_setup_device_offline with CREATE_ENTRY
Lektrico Aug 23, 2024
b0be26b
Patch the full Device
Lektrico Aug 23, 2024
16db2d8
Add snapshot tests
Lektrico Aug 28, 2024
8aa07e1
Overwrite the type LektricoSensorEntityDescription outside of the con…
Lektrico Aug 28, 2024
aa007fa
Test separate already_configured for zeroconf
Lektrico Aug 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Delete .coveragerc
  • Loading branch information
Lektrico committed Aug 29, 2024
commit 448c5eae9444bc188639d26c1eef57e2c8f6f3e3
Loading