Skip to content

Commit 21650da

Browse files
committed
chore(brand): switch to Bosch Smart Camera app icon (red, camera-specific)
v10.6.1 used the wrong Bosch icon — the blue Smart Home hub icon — instead of the red Smart Camera app icon. This release corrects it: brand/icon.png + icon@2x.png + dark_icon.png + dark_icon@2x.png are now the official Bosch Smart Camera app icon (Robert Bosch GmbH, sourced from the iOS App Store listing for "Bosch Smart Camera", bundle com.bosch.smartcamera). That's the right branding for this integration since it integrates Bosch Smart Home cameras specifically, not the generic SHC hub.
1 parent e88dfeb commit 21650da

7 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ versions see this file or the [GitHub Releases page](https://github.com/mosandlt
77

88
---
99

10+
## v10.6.2
11+
12+
**Branding fix — switched to the right Bosch app icon.** v10.6.1 mistakenly used the blue *Bosch Smart Home* hub icon. v10.6.2 uses the red *Bosch Smart Camera* app icon (Robert Bosch GmbH, sourced from the official iOS App Store listing) — that's the camera-specific Bosch branding which matches what this integration actually does. Pure asset swap.
13+
1014
## v10.6.1
1115

12-
**Branding refresh.** The integration's icon files (`brand/icon.png`, `icon@2x.png`, `dark_icon.png`, `dark_icon@2x.png`) now use the official Bosch Smart Home brand mark — same icon HA Core's bundled `bosch_shc` integration uses (sourced from the [Home Assistant Brands](https://github.com/home-assistant/brands/tree/master/core_integrations/bosch_shc) repository, CC BY 4.0). Replaces the previous custom red camera icon for visual consistency with the rest of the Bosch Smart Home ecosystem in HA. Pure asset swap — no code change.
16+
**Branding refresh.** The integration's icon files (`brand/icon.png`, `icon@2x.png`, `dark_icon.png`, `dark_icon@2x.png`) now use the official Bosch Smart Home brand mark — same icon HA Core's bundled `bosch_shc` integration uses (sourced from the [Home Assistant Brands](https://github.com/home-assistant/brands/tree/master/core_integrations/bosch_shc) repository, CC BY 4.0). Replaces the previous custom red camera icon for visual consistency with the rest of the Bosch Smart Home ecosystem in HA. Pure asset swap — no code change. *(Superseded by v10.6.2 — wrong icon variant.)*
1317

1418
## v10.6.0
1519

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,8 +1116,8 @@ Features investigated or intentionally parked — listed here so the direction i
11161116

11171117
## Releases
11181118

1119-
Latest stable: **v10.6.1** — see the GitHub release page for full notes:
1120-
[**v10.6.1 release notes →**](https://github.com/mosandlt/Bosch-Smart-Home-Camera-Tool-HomeAssistant/releases/tag/v10.6.1)
1119+
Latest stable: **v10.6.2** — see the GitHub release page for full notes:
1120+
[**v10.6.2 release notes →**](https://github.com/mosandlt/Bosch-Smart-Home-Camera-Tool-HomeAssistant/releases/tag/v10.6.2)
11211121

11221122
| | |
11231123
|---|---|
13.4 KB
Loading
98.1 KB
Loading
13.4 KB
Loading
98.1 KB
Loading

custom_components/bosch_shc_camera/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"issue_tracker": "https://github.com/mosandlt/Bosch-Smart-Home-Camera-Tool-HomeAssistant/issues",
1111
"loggers": ["bosch_shc_camera"],
1212
"requirements": ["requests>=2.28.0", "firebase-messaging>=0.4.0", "smbprotocol>=1.10.0"],
13-
"version": "10.6.1"
13+
"version": "10.6.2"
1414
}

0 commit comments

Comments
 (0)