Modbus Bit adress

Hi!

Does anyone have knowledge how to read modbus bit adress to HA? in this case i have Bit 0 -> Bit 5, see picture.

I´ve tried to write like this in configuration.yaml,

  - name: WC_uppe_No_Communication_between_RU-CU
    slave: 1
    register: 1009.1
    register_type: input
    data_type: int

But it didnt work, i think i read only the registeradress without bitadress.


//A

Anyone know how to do?