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

Update peblar to v0.4.0 #136329

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion homeassistant/components/peblar/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
ChargeLimiter.INSTALLATION_LIMIT: "installation_limit",
ChargeLimiter.LOCAL_MODBUS_API: "local_modbus_api",
ChargeLimiter.LOCAL_REST_API: "local_rest_api",
ChargeLimiter.LOCAL_SCHEDULED: "local_scheduled",
ChargeLimiter.LOCAL_SCHEDULED_CHARGING: "local_scheduled_charging",
ChargeLimiter.OCPP_SMART_CHARGING: "ocpp_smart_charging",
ChargeLimiter.OVERCURRENT_PROTECTION: "overcurrent_protection",
ChargeLimiter.PHASE_IMBALANCE: "phase_imbalance",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/peblar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"integration_type": "device",
"iot_class": "local_polling",
"quality_scale": "platinum",
"requirements": ["peblar==0.3.3"],
"requirements": ["peblar==0.4.0"],
"zeroconf": [{ "type": "_http._tcp.local.", "name": "pblr-*" }]
}
1 change: 1 addition & 0 deletions homeassistant/components/peblar/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"installation_limit": "Installation limit",
"local_modbus_api": "Modbus API",
"local_rest_api": "REST API",
"local_scheduled_charging": "Scheduled charging",
"ocpp_smart_charging": "OCPP smart charging",
"overcurrent_protection": "Overcurrent protection",
"phase_imbalance": "Phase imbalance",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions tests/components/peblar/snapshots/test_diagnostics.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@
'Hostname': 'PBLR-0000645',
'HwFixedCableRating': 20,
'HwFwCompat': 'wlac-2',
'HwHas4pRelay': False,
'HwHasBop': True,
'HwHasBuzzer': True,
'HwHasDualSocket': False,
'HwHasEichrechtLaserMarking': False,
'HwHasEthernet': True,
'HwHasLed': True,
Expand All @@ -64,13 +62,11 @@
'HwHasPlc': False,
'HwHasRfid': True,
'HwHasRs485': True,
'HwHasShutter': False,
'HwHasSocket': False,
'HwHasTpm': False,
'HwHasWlan': True,
'HwMaxCurrent': 16,
'HwOneOrThreePhase': 3,
'HwUKCompliant': False,
'MainboardPn': '6004-2300-7600',
'MainboardSn': '23-38-A4E-2MC',
'MeterCalIGainA': 267369,
Expand All @@ -86,7 +82,6 @@
'MeterCalVGainB': 246074,
'MeterCalVGainC': 230191,
'MeterFwIdent': 'b9cbcd',
'NorFlash': 'True',
'ProductModelName': 'WLAC1-H11R0WE0ICR00',
'ProductPn': '6004-2300-8002',
'ProductSn': '23-45-A4O-MOF',
Expand Down
4 changes: 2 additions & 2 deletions tests/components/peblar/snapshots/test_sensor.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
'installation_limit',
'local_modbus_api',
'local_rest_api',
'local_scheduled',
'local_scheduled_charging',
'ocpp_smart_charging',
'overcurrent_protection',
'phase_imbalance',
Expand Down Expand Up @@ -354,7 +354,7 @@
'installation_limit',
'local_modbus_api',
'local_rest_api',
'local_scheduled',
'local_scheduled_charging',
'ocpp_smart_charging',
'overcurrent_protection',
'phase_imbalance',
Expand Down