Noob needs help with Miflora sensors

Hi,

im new to Home Assistant. Hass.io 1.12 on a RPi3. I tried to get my 4 Miflora plant sensors working, searched alot, but no luck. The web interface is accessible as long as i dont try to change something. :slight_smile: Samba isnt working, but i can access the config files via SCP. A config example would help me to understand the structure. All i could find was code snippets what to insert in the comfig.yaml. But where? Can somebody provide a simple config file example of multiple miflora sensors in hass.io?

sensor:
  - platform: miflora
    mac: 'xx:xx:xx:xx:xx:xx'
    name: Flower 1
    force_update: false
    median: 3
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery
  - platform: miflora
    mac: 'xx:xx:xx:xx:xx:xx'
    name: Flower 2
    force_update: false
    median: 3
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery

Just to make sure, you have Bluetooth enabled and can see the BLE devices mac correct?
The config is pretty streight forward and if the devices are within range, the platform is rock solid.