Hello, I’ve recently bought and connected some White-Series switches into my Home Assistant instance and am struggling to find certain configuration options like “Minimum Dim Level”. How do I know if all configuration values are exposed to Home Assistant and if they aren’t, are there alternative interfaces for configuring the switches?
1 Like
I was able to find White Series 2-1 Switch • Button Combinations, Quick Tap Sequences & Local Configuration Options | Inovelli Help Center but having to do manual configuration on every switch sounds like a huge pain. What I’m not clear on now is if there’s a deficiency in the Inovelli white dimmer firmware which would enable these parameters to be configurable through Matter (and thus Home Assistant). Any insight would be appreciated!
I’m working on implementing some of these in Home Assistant.
Hi,
I can make an automation in Home Assistant to change the color of the LED indicator. But is it possible to change the LED intensity? I know I can do this by physically tapping out a sequence on the switch.
I want to set the intensity to zero at night in my bedroom to reduce ambient light when I’m sleeping.
If this is not possible, I think it would be awesome if Inovelli added a new color to the color selector for Off so that this sort of thing is possible after a future firmware update. I…
Unfortunately the Home Assistant Matter release cycle is very slow, so it’s taking forever. Currently waiting for them to upgrade to 8.0.0 here:
{
"domain": "matter",
"name": "Matter",
"after_dependencies": ["hassio"],
"codeowners": ["@home-assistant/matter"],
"config_flow": true,
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/matter",
"iot_class": "local_push",
"requirements": ["python-matter-server==7.0.0"],
"zeroconf": ["_matter._tcp.local.", "_matterc._udp.local."]
}
-harryh
1 Like
Ya, I’m plugging away at things. Everything with open source software takes forever.
dev ← harryh:inovelli-dimmer-attributes
opened 06:57PM - 03 Jul 25 UTC
## Proposed change
Add support for LED intensity custom attributes for Inov… elli Dimmers
https://help.inovelli.com/en/articles/8780495-white-series-2-1-switch-button-combinations-quick-tap-sequences-local-configuration-options
## Type of change
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New integration (thank you!)
- [x] New feature (which adds functionality to an existing integration)
- [ ] Deprecation (breaking change to happen in the future)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Additional information
- This PR fixes or closes issue: fixes #
- This PR is related to issue:
- Link to documentation pull request:
- Link to developer documentation pull request:
- Link to frontend pull request:
## Checklist
- [x] The code change is tested and works locally.
- [x] Local tests pass. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
- [x] I have followed the [development checklist][dev-checklist]
- [x] I have followed the [perfect PR recommendations][perfect-pr]
- [x] The code has been formatted using Ruff (`ruff format homeassistant tests`)
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
If the code communicates with devices, web services, or third-party tools:
- [ ] The [manifest file][manifest-docs] has all fields filled out correctly.
Updated and included derived files by running: `python3 -m script.hassfest`.
- [ ] New or updated dependencies have been added to `requirements_all.txt`.
Updated by running `python3 -m script.gen_requirements_all`.
- [ ] For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
To help with the load of incoming pull requests:
- [ ] I have reviewed two other [open pull requests][prs] in this repository.
[prs]: https://github.com/home-assistant/core/pulls?q=is%3Aopen+is%3Apr+-author%3A%40me+-draft%3Atrue+-label%3Awaiting-for-upstream+sort%3Acreated-desc+review%3Anone+-status%3Afailure
[dev-checklist]: https://developers.home-assistant.io/docs/development_checklist/
[manifest-docs]: https://developers.home-assistant.io/docs/creating_integration_manifest/
[quality-scale]: https://developers.home-assistant.io/docs/integration_quality_scale_index/
[docs-repository]: https://github.com/home-assistant/home-assistant.io
[perfect-pr]: https://developers.home-assistant.io/docs/review-process/#creating-the-perfect-pr
4 Likes
downloaded ha 8.0.1b and it has the fix in there. Love the ability to change off / on led intensity. wife will be happy. Did notice that while it read my current led intensity correct (1 for off), I can’t set it to 1 from the box in the matter device. I can set to 0,2,3,4,5 but if 0 and change to 1 it doesn’t turn on the led and if on 2 it doesn’t dim the led if set to 1.
However, you can set it to 1 via an automation / number_set.
harryh
August 6, 2025, 11:07pm
7
HA Core 8.0 was released today so this is working.
Changing the value in the UI appears to be a bit wonky. It does set the values, but doesn’t read back right so the UI can get out sync with the device. No idea what would be causing that. Maybe someone from Inovelli can figure it out.
It works fine from automations though. So now all the dimmers LEDIntensityOff to 0 at bedtime and then back to 1 in the AM.
Yay!
thank you. been using for a week now and wife loves it
harryh:
Changing the value in the UI appears to be a bit wonky. It does set the values, but doesn’t read back right so the UI can get out sync with the device. No idea what would be causing that. Maybe someone from Inovelli can figure it out.
It works fine from automations though. So now all the dimmers LEDIntensityOff to 0 at bedtime and then back to 1 in the AM.
Yay!
When editing the value for LED off intensity on the device settings page, I found that just entering ‘0’ did not work. You have to enter ‘00’.
I’m seeing the same thing with it not reading the value back after setting the value. But I’m soooo happy I can set the values to something not so bright.
So whatever was wonky with HA not reading back the LED intensity settings seems to be fixed after the last updates (Core 2025.8.2, OS 16.1, I think). Everything is back in sync.