Add empty line after module docstring (2) [tests.components] (#112737)

This commit is contained in:
Marc Mueller
2024-03-08 19:16:21 +01:00
committed by GitHub
parent 2c06d4fcb9
commit 32f3f46542
569 changed files with 569 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ If your light doesn't support color temp feature, omit `color_temp_template`.
If your light doesn't support RGB feature, omit `(red|green|blue)_template`.
"""
import copy
from typing import Any
from unittest.mock import patch