Your distribution must use PipeWire as default audio server. To confirm this run pactl info
and make sure it includes a line similar to:
Server Name: PulseAudio (on PipeWire 0.3.83)
For Arch: sudo pacman -S rnnoise noise-suppression-for-voice
alias: Aqara Cube Light Dimmer (Side-Aware) | |
description: Dim a light with an Aqara Cube (depending on the side it lays) | |
triggers: | |
- entity_id: sensor.aqara_cube_action_angle | |
trigger: state | |
conditions: | |
- condition: template | |
value_template: >- | |
{{ trigger.to_state.state != 'unknown' and | |
trigger.to_state.state|float|abs > 5 }} |
blueprint: | |
name: Aqara Cube Light Dimmer | |
description: Adjust light brightness using Aqara Cube rotation | |
domain: automation | |
input: | |
cube_angle_sensor: | |
name: Aqara Cube Angle Sensor | |
description: The sensor that provides the rotation angle | |
selector: | |
entity: |
Please note that this will install the latest development build. This may be unstable but in my experience it it working fine.
Keep in mind that this will not install the program like on a officially supported distribution. You need to manually update it if there is a new version!
I hope that they will distribute a Snap/Flatpak/AppImage in the future so that the installation will be easier and it will be simpler to update.
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |