Skip to content

Commit 480bcd7

Browse files
Use brand API
1 parent b769880 commit 480bcd7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/home-assistant/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"subtitle": "#A1A1A1"
1010
},
1111
"remoteAssets": {
12-
"logo": "https://media.githubusercontent.com/media/OpenHomeFoundation/brand-assets/refs/heads/main/home-assistant/logo/screen/lockup/main/HA-lockup-main-color-on-bright.png"
12+
"logo": "https://brands.openhomefoundation.org/api/home-assistant/logo/screen/lockup/main/color/light/png"
1313
},
1414
"routes": [
1515
{

templates/ohf/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"text": "#ffffff"
66
},
77
"remoteAssets": {
8-
"logo": "https://media.githubusercontent.com/media/OpenHomeFoundation/brand-assets/refs/heads/main/open-home-foundation/lockup/png/ohf-lockup-inline-monochrome-on-dark.png"
8+
"logo": "https://brands.openhomefoundation.org/api/open-home-foundation/logo/screen/lockup/inline/monochrome/dark/png"
99
},
1010
"routes": [
1111
{ "path": "*", "layout": "default" }
1212
]
13-
}
13+
}

0 commit comments

Comments
 (0)