Jérôme W.
Jérôme W.
I didn't plan to release it like this it is in the PR but we can as a sort of MVP. I don't know the feeling of it, as currently...
Also @robbiet480, when this feature is released on this button, where should the users download the "beta" ios app with haptic support included?
Merged and released. I'll keep this open to gather feedback.
@SeanPM5, if I understand correctly, because you don't want to have to define the toggle action each time (as it's the default action), you'd like to have a main config...
@SeanPM5, what would be the best option for the default value? Is that `light`? If we have a default value, I'll also add an option to disable haptics (`haptic: none`)
This will require a modification in custom-card-helper
Funny how this card copies almost exactly what is done here 🙃 without even attributing some credits 🤷
I'll work on this, but I also have apexcharts-card to work on and it's another beast....
You can disable the config validation: ```yaml experimental: disable_config_validation: true ``` I'll update the code to make it possible to use that option without disabling the config validation
You can disable the configuration validation using the experimental settings of the card and it will work until I take the time to fix it by default.