Anyone else having problems with 0.92 and Hue?

I’ve now determined that when the HA instance is restarted, there is another set of motion sensors added:

BEFORE

binary_sensor.hue_outdoor_motion_sensor_1_motion
sensor.hue_outdoor_motion_sensor_1_light_level
sensor.hue_outdoor_motion_sensor_1_temperature

AFTER:

binary_sensor.hue_outdoor_motion_sensor_1_motion_2
sensor.hue_outdoor_motion_sensor_1_light_level_2
sensor.hue_outdoor_motion_sensor_1_temperature_2

Why would it add a second instance of the sensor…the first one is no longer receiving event updates.
After another reboot, the _2 set of sensors is no longer available and the 1st set is appearing/disappearing every 5 secs again.

I have read on another discussion thread Here’s a Link that there’s something funky with RPI3 maybe.

As an experiment, I setup my Hue lights using a VM on my PC on a separate local only hass.io instance (with a separate IP address of course) and the Hue lights work fine on the VM version of hass.io but I always have them switch to unavailable on my hass.io instance running on my Pi. So what I did was setup a MQTT between the two instances to get it to perform how I want for now.

I’ve always use the additional custom component
https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/robmarkcole/Hue-sensors-HASS&ved=2ahUKEwjzsPLGxsjmAhUxguYKHfToB3YQFjAAegQIAhAB&usg=AOvVaw2tdy2sOEe0_EH1vjAKqw0_
For all my hue motion sensors and 4 button remotes
It available on HACS