Skip to content
Open
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 custom_components/panasonic_cc/panasonic/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def device_info(self) -> DeviceInfo:

def get_change_request_builder(self) -> ChangeRequestBuilder:
"""Get a change request builder for the current device."""
return ChangeRequestBuilder(self.device)
return self._api_client.new_change_request(self.device)

async def async_apply_changes(self, request_builder: ChangeRequestBuilder) -> None:
"""Apply changes to the device."""
Expand Down