There was an error while loading. Please reload this page.
2 parents 08f8242 + 48a095c commit 90c653cCopy full SHA for 90c653c
1 file changed
custom_components/panasonic_cc/panasonic/coordinator.py
@@ -136,7 +136,7 @@ def device_info(self) -> DeviceInfo:
136
137
def get_change_request_builder(self) -> ChangeRequestBuilder:
138
"""Get a change request builder for the current device."""
139
- return ChangeRequestBuilder(self.device)
+ return self._api_client.new_change_request(self.device)
140
141
async def async_apply_changes(self, request_builder: ChangeRequestBuilder) -> None:
142
"""Apply changes to the device."""
0 commit comments