Skip to content

Commit

Permalink
Updated base library version
Browse files Browse the repository at this point in the history
  • Loading branch information
c503ghosh committed Mar 22, 2024
1 parent fba4f98 commit d42f80f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion custom_components/dirigera_platform/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async def async_setup_entry(

logger.warning("Setting up mock open/close sensors")
mock_open_close_sensor1 = ikea_open_close_mock()
mock_open_close_sensor2 = ikea_open_close_mock()
open_close_sensors = [mock_open_close_sensor1]

else:
Expand Down
1 change: 0 additions & 1 deletion custom_components/dirigera_platform/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ async def async_step_action(
get_dirigera_token_step_two, self.ip, self.code, self.code_verifier
)
logger.info("Successful generating token")
logger.debug(token)

user_input[CONF_IP_ADDRESS] = self.ip
user_input[CONF_TOKEN] = token
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dirigera_platform/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dirigera==1.0.10
dirigera==1.0.11

0 comments on commit d42f80f

Please sign in to comment.