Disable WIFi and Bluetooth - Home Assistant Operating System on Raspberry Pi 4

Hi Community,

first post here and thanks in advance to everyone who can help in this issue.

Is there any possibility to turn off Bluetooth and WiFI on a Raspberry Pi 4 with Home Assistant Operating System ?

Tried the followings ways to change it as usual so far:

  • /boot/config.txt not available
  • systemctl not available
  • ip link set wlan0 down worked, but maybe just temporary?

Thank you all

1 Like

I was looking for the exact same thing. I would like to turn off the Bluetooth and the WiFi chips.

I think I found a way:

Enable root ssh Debugging the Home Assistant Operating System | Home Assistant Developer Docs

Then run

nmcli radio all off