Modbus integration. Not showing in integrations

Hi all,

I am new in Hassio and I have a question related to Modbus integration though I think it may happen with all 3rd party integrations (https://www.home-assistant.io/integrations/modbus/)

I am using VMDK virtual image with VirtualBox. That’s fine, it’s working.

I have installed Modbus integration by copying the files in config\custom_components\modbus using SAMBA addon. That’s fine.

I have configured my configuration.yaml including this as a test

modbus:
  name: hub1
  type: tcp
  host: 192.168.0.1
  port: 502
  
binary_sensor:
  - platform: modbus
    scan_interval: 5
    inputs:
      - name: Sensor1
        hub: hub1
        slave: 1
        address: 0

1.) Everything is working but I receive a message in the register that says

Logger: pymodbus.client.asynchronous
Source: custom_components/modbus/init.py:5
Not Importing deprecated clients. Dependency Twisted is not Installed

What does it means?

  1. If I click in Configuration - Integrations - Add, I cannot see the Modbus integration. Is it expected because it’s a 3rd party integration?

  2. When I go to entities i can see my “Sensor1”. How can I assign this sensor to an area?

Thanks a lot!
Marcos.

Any clue? Thanks!

0.106.6 was the last version where Modbus worked properly for me. I get the same error message