velbus-aio 2024.7.5__tar.gz → 2024.7.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of velbus-aio might be problematic. Click here for more details.

Files changed (112) hide show
  1. {velbus_aio-2024.7.5/velbus_aio.egg-info → velbus_aio-2024.7.6}/PKG-INFO +1 -2
  2. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/pyproject.toml +2 -3
  3. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6/velbus_aio.egg-info}/PKG-INFO +1 -2
  4. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/module.py +2 -3
  5. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/LICENSE +0 -0
  6. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/MANIFEST.in +0 -0
  7. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/README.md +0 -0
  8. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/requirements.txt +0 -0
  9. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/setup.cfg +0 -0
  10. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/setup.py +0 -0
  11. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbus_aio.egg-info/SOURCES.txt +0 -0
  12. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbus_aio.egg-info/dependency_links.txt +0 -0
  13. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbus_aio.egg-info/not-zip-safe +0 -0
  14. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbus_aio.egg-info/requires.txt +0 -0
  15. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbus_aio.egg-info/top_level.txt +0 -0
  16. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/__init__.py +0 -0
  17. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/channels.py +0 -0
  18. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/command_registry.py +0 -0
  19. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/const.py +0 -0
  20. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/controller.py +0 -0
  21. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/discovery.py +0 -0
  22. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/exceptions.py +0 -0
  23. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/handler.py +0 -0
  24. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/helpers.py +0 -0
  25. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/message.py +0 -0
  26. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/__init__.py +0 -0
  27. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/blind_status.py +0 -0
  28. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/bus_active.py +0 -0
  29. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/bus_error_counter_status.py +0 -0
  30. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/bus_error_counter_status_request.py +0 -0
  31. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/bus_off.py +0 -0
  32. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/channel_name_part1.py +0 -0
  33. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/channel_name_part2.py +0 -0
  34. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/channel_name_part3.py +0 -0
  35. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/channel_name_request.py +0 -0
  36. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/clear_led.py +0 -0
  37. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/counter_status.py +0 -0
  38. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/counter_status_request.py +0 -0
  39. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/cover_down.py +0 -0
  40. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/cover_off.py +0 -0
  41. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/cover_position.py +0 -0
  42. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/cover_up.py +0 -0
  43. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/dali_device_settings.py +0 -0
  44. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/dali_device_settings_request.py +0 -0
  45. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/dali_dim_value_status.py +0 -0
  46. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/dimmer_channel_status.py +0 -0
  47. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/dimmer_status.py +0 -0
  48. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/edge_set_color.py +0 -0
  49. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/edge_set_custom_color.py +0 -0
  50. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/fast_blinking_led.py +0 -0
  51. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/forced_off.py +0 -0
  52. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/forced_on.py +0 -0
  53. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/interface_status_request.py +0 -0
  54. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/ir_receiver_status.py +0 -0
  55. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/kwh_status.py +0 -0
  56. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/light_value_request.py +0 -0
  57. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/memo_text.py +0 -0
  58. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/memory_data.py +0 -0
  59. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/memory_data_block.py +0 -0
  60. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/memory_dump_request.py +0 -0
  61. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/module_status.py +0 -0
  62. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/module_status_request.py +0 -0
  63. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/module_subtype.py +0 -0
  64. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/module_type.py +0 -0
  65. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/module_type_request.py +0 -0
  66. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/push_button_status.py +0 -0
  67. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/raw.py +0 -0
  68. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/read_data_block_from_memory.py +0 -0
  69. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/read_data_from_memory.py +0 -0
  70. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/realtime_clock_status_request.py +0 -0
  71. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/receive_buffer_full.py +0 -0
  72. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/receive_ready.py +0 -0
  73. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/relay_status.py +0 -0
  74. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/restore_dimmer.py +0 -0
  75. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/select_program.py +0 -0
  76. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/sensor_settings_request.py +0 -0
  77. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/sensor_temp_request.py +0 -0
  78. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/sensor_temperature.py +0 -0
  79. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/set_date.py +0 -0
  80. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/set_daylight_saving.py +0 -0
  81. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/set_dimmer.py +0 -0
  82. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/set_led.py +0 -0
  83. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/set_realtime_clock.py +0 -0
  84. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/set_temperature.py +0 -0
  85. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/slider_status.py +0 -0
  86. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/slow_blinking_led.py +0 -0
  87. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/start_relay_blinking_timer.py +0 -0
  88. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/start_relay_timer.py +0 -0
  89. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/switch_relay_off.py +0 -0
  90. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/switch_relay_on.py +0 -0
  91. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/switch_to_comfort.py +0 -0
  92. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/switch_to_day.py +0 -0
  93. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/switch_to_night.py +0 -0
  94. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/switch_to_safe.py +0 -0
  95. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_sensor_settings_part1.py +0 -0
  96. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_sensor_settings_part2.py +0 -0
  97. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_sensor_settings_part3.py +0 -0
  98. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_sensor_settings_part4.py +0 -0
  99. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_sensor_settings_request.py +0 -0
  100. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_sensor_status.py +0 -0
  101. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_set_cooling.py +0 -0
  102. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/temp_set_heating.py +0 -0
  103. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/update_led_status.py +0 -0
  104. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/very_fast_blinking_led.py +0 -0
  105. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/write_data_to_memory.py +0 -0
  106. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/write_memory_block.py +0 -0
  107. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/messages/write_module_address_and_serial_number.py +0 -0
  108. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/protocol.json +0 -0
  109. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/protocol.py +0 -0
  110. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/py.typed +0 -0
  111. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/raw_message.py +0 -0
  112. {velbus_aio-2024.7.5 → velbus_aio-2024.7.6}/velbusaio/util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: velbus-aio
3
- Version: 2024.7.5
3
+ Version: 2024.7.6
4
4
  Summary: Open-source home automation platform running on Python 3.
5
5
  Author-email: Maikel Punie <maikel.punie@gmail.com>
6
6
  License: MIT
@@ -14,7 +14,6 @@ Classifier: License :: OSI Approved :: MIT License
14
14
  Classifier: Natural Language :: English
15
15
  Classifier: Operating System :: OS Independent
16
16
  Classifier: Programming Language :: Python
17
- Classifier: Programming Language :: Python :: 3.8
18
17
  Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
@@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]
4
4
  [project]
5
5
  name = "velbus-aio"
6
6
  license = {text = "MIT"}
7
- version = "2024.7.5"
7
+ version = "2024.7.6"
8
8
  description = "Open-source home automation platform running on Python 3."
9
9
  readme = "README.md"
10
10
  authors = [
@@ -18,7 +18,6 @@ classifiers = [
18
18
  "Natural Language :: English",
19
19
  "Operating System :: OS Independent",
20
20
  "Programming Language :: Python",
21
- "Programming Language :: Python :: 3.8",
22
21
  "Programming Language :: Python :: 3.9",
23
22
  "Programming Language :: Python :: 3.10",
24
23
  "Programming Language :: Python :: 3.11",
@@ -52,7 +51,7 @@ exclude_dirs = ["tests"]
52
51
  skips = ["B301", "B403", "B323", "B104", "B110"]
53
52
 
54
53
  [tool.bumpver]
55
- current_version = "2024.7.5"
54
+ current_version = "2024.7.6"
56
55
  version_pattern = "YYYY.MM.INC0"
57
56
  commit_message = "bump version {old_version} -> {new_version}"
58
57
  commit = true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: velbus-aio
3
- Version: 2024.7.5
3
+ Version: 2024.7.6
4
4
  Summary: Open-source home automation platform running on Python 3.
5
5
  Author-email: Maikel Punie <maikel.punie@gmail.com>
6
6
  License: MIT
@@ -14,7 +14,6 @@ Classifier: License :: OSI Approved :: MIT License
14
14
  Classifier: Natural Language :: English
15
15
  Classifier: Operating System :: OS Independent
16
16
  Classifier: Programming Language :: Python
17
- Classifier: Programming Language :: Python :: 3.8
18
17
  Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
@@ -538,7 +538,7 @@ class Module:
538
538
  except OSError:
539
539
  cache = {}
540
540
  # load default channels
541
- await self.__load_default_channels()
541
+ await self._load_default_channels()
542
542
 
543
543
  # load the data from memory ( the stuff that we need)
544
544
  if "name" in cache and cache["name"] != "":
@@ -722,7 +722,7 @@ class Module:
722
722
  msg.low_address = addr[1]
723
723
  await self._writer(msg)
724
724
 
725
- async def __load_default_channels(self) -> None:
725
+ async def _load_default_channels(self) -> None:
726
726
  if "Channels" not in self._data:
727
727
  return
728
728
 
@@ -771,7 +771,6 @@ class VmbDali(Module):
771
771
  self.group_members: dict[int, set[int]] = {}
772
772
 
773
773
  async def _load_default_channels(self) -> None:
774
- await super().load()
775
774
  for chan in range(1, 64 + 1):
776
775
  self._channels[chan] = Channel(
777
776
  self, chan, "placeholder", True, self._writer, self._address
File without changes
File without changes
File without changes
File without changes
File without changes