Mlx90614 help!

I am having trouble setting up a mlx90614 in home assistant. It get found but always reports
-459.6 °F and never changes.
my config
`
i2c:
sda: 21
scl: 22
scan: true
id: bus_a
frequency: 50kHz

sensor:

  • platform: mlx90614
    address: 0x10 – this was the address that the module was found on during install
    i2c_id: bus_a
    ambient:
    name: Ambient
    `