diff --git a/device-types/Ubiquiti/UVC-G3-Bullet.yaml b/device-types/Ubiquiti/UVC-G3-Bullet.yaml
new file mode 100644
index 000000000..a51318758
--- /dev/null
+++ b/device-types/Ubiquiti/UVC-G3-Bullet.yaml
@@ -0,0 +1,21 @@
+---
+manufacturer: Ubiquiti
+model: Unifi G3 Bullet
+slug: ubiquiti-unifi-uvc-g3-bullet
+part_number: UVC-G3-Bullet
+# Ubiquiti does not keep product links up, best I can do is the datasheet
+comments: |
+  Varifocal Full HD (1080p) bullet camera with infrared LEDs. Outdoor Weather Resistant.
+  "[G3 Family Datasheet](https://dl.ubnt.com/datasheets/unifi/UniFi_Video_G3_DS.pdf)"
+weight: 300
+weight_unit: g
+u_height: 0
+is_full_depth: false
+airflow: passive
+interfaces:
+  - name: eth0
+    type: 100base-tx
+    poe_mode: pd
+    #or their passive 24v variant
+    poe_type: type1-ieee802.3af
+    mgmt_only: false
diff --git a/device-types/Ubiquiti/UVC-G3-Pro.yaml b/device-types/Ubiquiti/UVC-G3-Pro.yaml
new file mode 100644
index 000000000..edfa6c6d4
--- /dev/null
+++ b/device-types/Ubiquiti/UVC-G3-Pro.yaml
@@ -0,0 +1,22 @@
+---
+manufacturer: Ubiquiti
+model: Unifi G3 Pro
+slug: ubiquiti-unifi-uvc-g3-pro
+part_number: UVC-G3-Pro
+# Ubiquiti does not keep product links up, best I can do is the datasheet
+comments: |
+  Varifocal Full HD (1080p) bullet camera with 3x optical zoom and powerful infrared LEDs. IP67 rated.
+  "[G3 Pro Datasheet](https://dl.ui.com/ds/uvc-g3-pro_ds.pdf)"
+# This includes the mount which weighs 20g
+weight: 660
+weight_unit: g
+u_height: 0
+is_full_depth: false
+airflow: passive
+interfaces:
+  - name: eth0
+    type: 100base-tx
+    poe_mode: pd
+    # or type2-ieee802.3at or their passive 24v variant
+    poe_type: type1-ieee802.3af
+    mgmt_only: false