mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Allow adding unique device ID to mobile app registration (#30457)
* Allow adding unique device ID to mobile app registration * Remove unknown data * Better fix
This commit is contained in:
committed by
Pascal Vizeli
parent
6e909ab3f1
commit
2f362b44c4
@@ -17,6 +17,7 @@ REGISTER = {
|
||||
"device_name": "Test 1",
|
||||
"manufacturer": "mobile_app",
|
||||
"model": "Test",
|
||||
"model_id": "mock-model-id",
|
||||
"os_name": "Linux",
|
||||
"os_version": "1.0",
|
||||
"supports_encryption": True,
|
||||
|
||||
Reference in New Issue
Block a user