I am fairly new to HA so this is kind of a beginners question but with all the different possible setups I am a little overwhelmed.
I have a running configuration of hass.io on a raspberry 3 with raspian buster on an ssd.
I am using deconz zigbee gateway for some lights and temperature sensors, so nothing high level there. The configuration.yaml is in the default state.
I want to integrate my eq3 bluetooth thermostats according to this guide: https://www.home-assistant.io/integrations/eq3btsmart/
But with all the possible setups like docker / venv, hasspian, ec. I am not sure where to install the python library eq3smart. New docker container, directly on the raspian (with has no python 3 by default)?
There are essentially 3 ways to load components not all ways are available for all components.
Using the Integration GUI
Editing the configuration manually (source will be downloaded automatically on restart)
Copying the source to the custom_components directory, and editing the config
For this particular component it looks like all you need to do is edit your configuration.yml and it should download the python library on restart of home assistant.