mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
[iOS] Add new team ID to apple-app-site-association (#14136)
* Add new team ID to apple-app-site-association This adds the new team ID (`QMQYCKL255`) and potentially `/nfc/*` for home-assistant/android#689 related unified path handling, which since it requires an app change will only apply to the new team. * Add to old team ID as well
This commit is contained in:
parent
bbe1ce8e6c
commit
c15cd3742b
@ -5,19 +5,43 @@
|
||||
{
|
||||
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev",
|
||||
"paths": [
|
||||
"/ios/*"
|
||||
"/ios/*",
|
||||
"/nfc/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.beta",
|
||||
"paths": [
|
||||
"/ios/*"
|
||||
"/ios/*",
|
||||
"/nfc/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant",
|
||||
"paths": [
|
||||
"/ios/*"
|
||||
"/ios/*",
|
||||
"/nfc/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"appID": "QMQYCKL255.io.robbie.HomeAssistant.dev",
|
||||
"paths": [
|
||||
"/ios/*",
|
||||
"/nfc/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"appID": "QMQYCKL255.io.robbie.HomeAssistant.beta",
|
||||
"paths": [
|
||||
"/ios/*",
|
||||
"/nfc/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"appID": "QMQYCKL255.io.robbie.HomeAssistant",
|
||||
"paths": [
|
||||
"/ios/*",
|
||||
"/nfc/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user