1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-12-06 18:44:14 -05:00
Commit Graph

15 Commits

Author SHA1 Message Date
Nathan Spencer
04be6626a7 Formatting 2025-11-24 04:37:10 +00:00
Nathan Spencer
14223bd1c9 Address PR comments 2025-11-24 04:31:52 +00:00
Nathan Spencer
e4f6cd2803 Adjust exceptions 2025-11-24 04:06:42 +00:00
Nathan Spencer
1cc3585653 Propagate UnauthenticatedError from async_get_track_info 2025-11-24 03:12:47 +00:00
Nathan Spencer
2f28f7c4bd Add missing async_send_auto_clean_command to http client 2025-11-24 02:22:20 +00:00
Nathan Spencer
81668c595a Fix formatting in device.py 2025-11-24 02:14:48 +00:00
Nathan Spencer
c17d1682d0 Cache playlist based on type 2025-11-24 02:06:57 +00:00
Nathan Spencer
a548ac5fe2 Replace tabs with spaces 2025-11-23 17:53:22 -07:00
Nathan Spencer
ce22238ae6 Fix formatting in transport.py 2025-11-23 17:43:10 -07:00
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
83de1d5606 Add additional helpers 2025-11-23 06:45:01 +00:00
Nathan Spencer
2a92212aad Get track info from the cloud when playlist or index changes 2025-11-23 00:13:45 +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