Cannot add Hue through YAML

I recently purchased a new router and switched up the static IP address to make more sense. In doing that I had to remove and re-add my devices, specifically my hue integration. I found out that on one of the previous updates it removed hue groups from the integration and now my automations are broken. Not a big deal since I can remake those, but I now have no way to turn the lights on together unless I re-add them without the hub since that is the only way we can do zigbee groups with the hub… regardless I went to add hue back through YAML to get back this functionality and it won’t add. I also noticed it now doesn’t appear in discovery for some reason. I’ve checked the IP several times and I can’t figure out why it won’t add. I get no errors, but no devices show up. Here’s what I have in YAML any ideas?

hue:
  bridges:
    - host: 192.168.2.1
      allow_unreachable: true
      allow_hue_groups: true

So I figured it out… I feel pretty dumb, but I’ll leave this up for anyone else that needs it. You need to add it through both integrations and YAML, not just yaml. face slap