v2.0 refactor - modular config and VPE components #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Total refactoring of the config with the following updates:
Modular config component architecture (components can be used overlappingly, in this order):
base.yaml
- the core of the config + LED control placeholder scripts which do nothingble_improv.yaml
- implements improv over BLEleds.yaml
- defines the LEDs on the unit and allows external light controlcontrols.yaml
- defines touchpads and buttons. Some LED control implemented based on touchesmicrophone.yaml
- defines a microphone placeholdermedia_player.yaml
- defines a media player placeholder and some volume control +display automationsaudio-nabu.yaml
- implements audio devices using the VPE components, overridesmicrophone
andmedia_player
voice_assistant-nabu.yaml
- implements thevoice_assistant
component using audio devices defined inaudio-nabu.yaml
micro_wake_word.yaml-nabu
- implementsmicro_wake_word
component