about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-05 12:39:00 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-05 13:30:17 +0100
commit7bbc6e29b134f277ed40fd81948ddb367cbdb64f (patch)
tree88d595f066dbef68dce10785068b69bd1a89f813 /nixos/modules/services/home-automation
parent521dc77a2a9a8c640e98c66692f1dd5a478670ab (diff)
downloadnixlib-7bbc6e29b134f277ed40fd81948ddb367cbdb64f.tar
nixlib-7bbc6e29b134f277ed40fd81948ddb367cbdb64f.tar.gz
nixlib-7bbc6e29b134f277ed40fd81948ddb367cbdb64f.tar.bz2
nixlib-7bbc6e29b134f277ed40fd81948ddb367cbdb64f.tar.lz
nixlib-7bbc6e29b134f277ed40fd81948ddb367cbdb64f.tar.xz
nixlib-7bbc6e29b134f277ed40fd81948ddb367cbdb64f.tar.zst
nixlib-7bbc6e29b134f277ed40fd81948ddb367cbdb64f.zip
nixos/home-assistant: update bluetooth components
Diffstat (limited to 'nixos/modules/services/home-automation')
-rw-r--r--nixos/modules/services/home-automation/home-assistant.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/modules/services/home-automation/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix
index 26a5e3fe44b8..2962e52c08bb 100644
--- a/nixos/modules/services/home-automation/home-assistant.nix
+++ b/nixos/modules/services/home-automation/home-assistant.nix
@@ -433,6 +433,8 @@ in {
         componentsUsingBluetooth = [
           # Components that require the AF_BLUETOOTH address family
           "august"
+          "august_ble"
+          "airthings_ble"
           "bluemaestro"
           "bluetooth"
           "bluetooth_le_tracker"
@@ -445,15 +447,19 @@ in {
           "govee_ble"
           "homekit_controller"
           "inkbird"
+          "keymitt_ble"
           "led_ble"
           "melnor"
           "moat"
+          "oralb"
           "qingping"
           "sensorpro"
           "sensorpush"
+          "snooz"
           "switchbot"
           "thermobeacon"
           "thermopro"
+          "tilt_ble"
           "xiaomi_ble"
           "yalexs_ble"
         ];