mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 15:48:48 +01:00
Enable Ruff D212 (#87347)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock alarm_control_panel platform.
|
||||
"""Provide a mock alarm_control_panel platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock binary sensor platform.
|
||||
"""Provide a mock binary sensor platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock button platform.
|
||||
"""Provide a mock button platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock cover platform.
|
||||
"""Provide a mock cover platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock light platform.
|
||||
"""Provide a mock light platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock lock platform.
|
||||
"""Provide a mock lock platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock number platform.
|
||||
"""Provide a mock number platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock remote platform.
|
||||
"""Provide a mock remote platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock select platform.
|
||||
"""Provide a mock select platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock sensor platform.
|
||||
"""Provide a mock sensor platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock switch platform.
|
||||
"""Provide a mock switch platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock text platform.
|
||||
"""Provide a mock text platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock update platform.
|
||||
"""Provide a mock update platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""
|
||||
Provide a mock weather platform.
|
||||
"""Provide a mock weather platform.
|
||||
|
||||
Call init before using it in your tests to ensure clean test data.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user