core/homeassistant/components/samsungtv
J. Nick Koston ff0e0b3e77
Convert debouncer async_shutdown to be a normal function (#111257)
* Convert debouncer async_shutdown to be a normal function

nothing was being awaited here and the shutdown call was only used
in integrations marked internal and other internals. Its possible
that a custom component might have been using the method but it
seemed uncommon enough that it did not warrent marking as a breaking
change. The update coordinator is no longer awaiting anything in
async_shutdown either now but it seemed likely that this use
would get subclassed.

* fix
2024-02-24 08:37:33 +01:00
..
triggers
__init__.py Convert debouncer async_shutdown to be a normal function (#111257) 2024-02-24 08:37:33 +01:00
bridge.py
config_flow.py Correct misaligned formatting of mac addresses in samsungtv (#110599) 2024-02-14 17:25:08 -05:00
const.py
device_trigger.py
diagnostics.py
entity.py
helpers.py
manifest.json Bump async-upnp-client to 0.38.2 (#110411) 2024-02-12 15:31:09 -06:00
media_player.py
remote.py
strings.json
trigger.py