coderabbitai[bot]
|
4ef28fc741
|
📝 Add docstrings to mqtt
Docstrings generation was requested by @natekspencer.
* https://github.com/natekspencer/hacs-oasis_mini/pull/98#issuecomment-3568450288
The following files were modified:
* `custom_components/oasis_mini/__init__.py`
* `custom_components/oasis_mini/binary_sensor.py`
* `custom_components/oasis_mini/button.py`
* `custom_components/oasis_mini/config_flow.py`
* `custom_components/oasis_mini/coordinator.py`
* `custom_components/oasis_mini/entity.py`
* `custom_components/oasis_mini/helpers.py`
* `custom_components/oasis_mini/image.py`
* `custom_components/oasis_mini/light.py`
* `custom_components/oasis_mini/media_player.py`
* `custom_components/oasis_mini/number.py`
* `custom_components/oasis_mini/pyoasiscontrol/clients/cloud_client.py`
* `custom_components/oasis_mini/pyoasiscontrol/clients/http_client.py`
* `custom_components/oasis_mini/pyoasiscontrol/clients/mqtt_client.py`
* `custom_components/oasis_mini/pyoasiscontrol/clients/transport.py`
* `custom_components/oasis_mini/pyoasiscontrol/device.py`
* `custom_components/oasis_mini/pyoasiscontrol/utils.py`
* `custom_components/oasis_mini/select.py`
* `custom_components/oasis_mini/sensor.py`
* `custom_components/oasis_mini/switch.py`
* `custom_components/oasis_mini/update.py`
* `update_tracks.py`
|
2025-11-23 23:18:59 +00:00 |
|
Nathan Spencer
|
cf21a5d995
|
Dynamically handle devices and other enhancements
|
2025-11-23 22:49:26 +00:00 |
|
Nathan Spencer
|
ecad472bbd
|
Better mqtt handling when connection is interrupted
|
2025-11-22 20:51:17 +00:00 |
|
Nathan Spencer
|
886d7598f3
|
Switch to using mqtt
|
2025-11-22 04:40:58 +00:00 |
|
Nathan Spencer
|
d2bc89bdd7
|
Add sleep button
|
2025-07-22 23:36:33 +00:00 |
|
Nathan Spencer
|
595621652a
|
Update translations and add icons.json file
|
2025-01-10 22:02:29 +00:00 |
|
Nathan Spencer
|
6e13c22d43
|
Use runtime data instead of hass.data and other code cleanup
|
2024-08-04 14:06:26 -06:00 |
|
Nathan Spencer
|
33e62528ba
|
Better error handling
|
2024-08-03 17:31:30 -06:00 |
|
Nathan Spencer
|
3b90603bef
|
Add additional features
|
2024-07-30 23:47:14 -06:00 |
|
Nathan Spencer
|
0d539888e5
|
Updates to handle firmware version 0.71 and other improvements
|
2024-07-18 13:03:19 -06:00 |
|
Nathan Spencer
|
21105e497a
|
Add button to play a random track
|
2024-07-11 11:00:01 -06:00 |
|
Nathan Spencer
|
10fcfb8a9f
|
Updates
|
2024-07-08 23:58:14 -06:00 |
|