Skip to content

Add for philips_929002398602 additional manufacturer name for zha/deConz. #767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ blueprint:

## More Info

ℹ️ Version 2025.04.06
ℹ️ Version 2025.04.17
📝 [Changelog](https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/controllers/philips_929002398602/#changelog)
📕 Full documentation regarding this blueprint is available [here](https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/controllers/philips_929002398602).

Expand Down Expand Up @@ -51,9 +51,15 @@ blueprint:
- integration: zha
manufacturer: Philips
# **TBConfirmed** model:
- integration: zha
manufacturer: Signify Netherlands B.V.
# **TBConfirmed** model:
- integration: deconz
manufacturer: Philips
# **TBConfirmed** model:
- integration: deconz
manufacturer: Signify Netherlands B.V.
# **TBConfirmed** model:
multiple: false
helper_last_controller_event:
name: (Required) Helper - Last Controller Event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ It's also important to note that the controller doesn't natively support double
- **2025-03-20**: Standardized input naming format for controller devices and virtual button actions. No functionality changes.
- **2025-04-02**: Fix trigger_delta regex, with optional whitespacing. ([@TTvanWillegen](https://github.com/TTvanWillegen))
- **2025-04-06**: Fix double-click detection logic. ([@danleongjy](https://github.com/danleongjy))
- **2025-04-17**: Add additional manufacturer name for zha/deConz. [issue#766] ([@yarafie](https://github.com/yarafie))