mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Disable extra=vol.ALLOW_EXTRA for MQTT platforms. (#20562)
This commit is contained in:
committed by
Paulus Schoutsen
parent
48f0e8311b
commit
89fc3b2a1b
@@ -246,13 +246,13 @@ async def test_unique_id(hass):
|
||||
lock.DOMAIN: [{
|
||||
'platform': 'mqtt',
|
||||
'name': 'Test 1',
|
||||
'status_topic': 'test-topic',
|
||||
'state_topic': 'test-topic',
|
||||
'command_topic': 'test_topic',
|
||||
'unique_id': 'TOTALLY_UNIQUE'
|
||||
}, {
|
||||
'platform': 'mqtt',
|
||||
'name': 'Test 2',
|
||||
'status_topic': 'test-topic',
|
||||
'state_topic': 'test-topic',
|
||||
'command_topic': 'test_topic',
|
||||
'unique_id': 'TOTALLY_UNIQUE'
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user