mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Use PLATFORM_SCHEMA_BASE as base schema for additional components. (#20578)
* Disable extra=vol.ALLOW_EXTRA for additional platforms. * Remove PLATFORM_SCHEMA_2 * Add entity_namespace to base platform schema
This commit is contained in:
committed by
Paulus Schoutsen
parent
154b401d0a
commit
b1faad0a50
@@ -59,7 +59,6 @@ class TestFilterSensor(unittest.TestCase):
|
||||
'platform': 'filter',
|
||||
'name': 'test',
|
||||
'entity_id': 'sensor.test_monitored',
|
||||
'history_period': '00:05',
|
||||
'filters': [{
|
||||
'filter': 'outlier',
|
||||
'window_size': 10,
|
||||
|
||||
Reference in New Issue
Block a user