remove device name from the sensor name
because HA will prepend the device name to the sensor name when needed
add object_id to enforce the generated sensor_id
previously HA uses unique_id only (I think), but after I'm updating it to the latest version, HA uses sensor name to generate the unique_id. So by adding object_id, it restored the previous behavior
let me know wdyt 😉