mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Clean up docstrings (#22679)
* Clean up docstrings * Fix long lines * Fix more docstrings * Fix more docstrings * Fix more docstrings
This commit is contained in:
committed by
Pascal Vizeli
parent
625c8e0cee
commit
048b100eea
@@ -1,9 +1,4 @@
|
||||
"""
|
||||
DuneHD implementation of the media player.
|
||||
|
||||
For more details about this platform, please refer to the documentation
|
||||
https://home-assistant.io/components/media_player.dunehd/
|
||||
"""
|
||||
"""DuneHD implementation of the media player."""
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.media_player import (
|
||||
|
||||
Reference in New Issue
Block a user