Add brightness module (#806)

Add module for controlling the brightness.
This commit is contained in:
Teemu R
2024-03-05 15:41:40 +01:00
committed by GitHub
parent eb4c048b57
commit 0d5a3c8439
5 changed files with 74 additions and 10 deletions

View File

@@ -249,8 +249,6 @@ device_iot = parametrize(
"devices iot", model_filter=ALL_DEVICES_IOT, protocol_filter={"IOT"}
)
brightness = parametrize("brightness smart", component_filter="brightness")
def check_categories():
"""Check that every fixture file is categorized."""