Xiaomi_Miio question

light:
  - platform: xiaomi_miio
    name: Living Room Light
    host: 192.168.1.79
    token: 2082e9eecc46373b9700458a8a4acf5f
    model: philips.light.bulb

  - platform: xiaomi_miio
    name: Bathroom Light
    host: 192.168.1.77
    token: 6b14764778e0d7dac0efb6c02e64e0a4
    model: philips.light.bulb
    
switch:
  - platform: xiaomi_miio
    host: 192.168.1.92
    token: dc2fa304fad5448a13d004a68370b748

  - platform: xiaomi_miio
    host: 192.168.1.91
    token: 4d89d585998787d5da3509cc7781cd2d
    
device_tracker:
  - platform: xiaomi_miio
    host: 192.168.1.88
    token: 605a5c59a32b8c63183fb2afcb069414

  - platform: xiaomi_miio
    host: 192.168.1.87
    token: b1190721a725c4c05dfb97ff94f8cc34

So I can use the first two (light) but I can only do automatations trough the first one, since for some reason it doesn’t recognize as a device and only an entity, the other four they don’t even show up.

What am I missing?