1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Mobile App add device tracker to person registering app (#30460)

This commit is contained in:
Paulus Schoutsen
2020-01-04 23:15:50 +01:00
committed by GitHub
parent e233dd7cbe
commit 95cd0a2c68
8 changed files with 174 additions and 43 deletions

View File

@@ -17,7 +17,6 @@ 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,
@@ -31,6 +30,7 @@ REGISTER_CLEARTEXT = {
"device_name": "Test 1",
"manufacturer": "mobile_app",
"model": "Test",
"device_id": "mock-device-id",
"os_name": "Linux",
"os_version": "1.0",
"supports_encryption": False,