Skip to content

Commit e88dfeb

Browse files
committed
chore(brand): use official Bosch Smart Home icon
Replaces the custom red camera icon with the official Bosch Smart Home brand mark sourced from the HA Brands repository (CC BY 4.0) — same icon the bundled bosch_shc integration uses. Visual consistency with the rest of the Bosch Smart Home ecosystem in HA. Pure asset swap — no Python or card code changes.
1 parent d7a49e1 commit e88dfeb

7 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ versions see this file or the [GitHub Releases page](https://github.com/mosandlt
77

88
---
99

10+
## v10.6.1
11+
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.
13+
1014
## v10.6.0
1115

1216
**Image rotation 180° for ceiling-mounted indoor cameras.** New per-camera switch `switch.bosch_<cam>_bild_180deg_drehen` that rotates the camera image by 180° for upside-down (ceiling) mounting. Indoor-only — outdoor cameras have a fixed mounting orientation and don't get the switch. Three layers of effect, all client-side (Bosch firmware does not expose any image-rotation API):

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.0** — see the GitHub release page for full notes:
1120-
[**v10.6.0 release notes →**](https://github.com/mosandlt/Bosch-Smart-Home-Camera-Tool-HomeAssistant/releases/tag/v10.6.0)
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)
11211121

11221122
| | |
11231123
|---|---|
-5.05 KB
Loading
-19.4 KB
Loading
-5.05 KB
Loading
-19.4 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.0"
13+
"version": "10.6.1"
1414
}

0 commit comments

Comments
 (0)