Compare commits

...

2 Commits

Author SHA1 Message Date
1f7df559b1 Only fire light_off on occupancy change
Avoids constantly turning off a held LED.
2025-06-23 23:38:11 -04:00
d75a7d26a6 Increase MWW gain factor to 8
Improves reliability.
2025-06-23 23:19:30 -04:00

View File

@ -383,7 +383,7 @@ micro_wake_word:
id: mww
microphone:
microphone: mic
gain_factor: 4
gain_factor: 8
stop_after_detection: false
models:
- model: github://genehand/Custom_V2_MicroWakeWords/models/computer/computer.json@update-json
@ -699,10 +699,9 @@ binary_sensor:
name: "SuperSensor Occupancy"
id: supersensor_occupancy
device_class: occupancy
on_press:
- script.execute: light_off
on_release:
- script.execute: light_off
on_state:
then:
- script.execute: light_off
- platform: gpio
name: "PIR GPIO"