Feat - two new variants of the Unifi G3 camera line (#3252)

* Feat - two new variants of the Unifi G3 camera line

The Bullet and Pro versions are similar to the flex.

* lint, nit - remove LSP directive for schema

Not sure why this is being applied to some files, not others.
In any case, may be worth re-considering the "don't add validation/linting/type-check hints" policy :(.

---------

Co-authored-by: Karl Quinsland <contact@kquinsland.com>
This commit is contained in:
Karl Q. 2025-06-15 14:07:50 -07:00 committed by GitHub
parent f39a912d25
commit a09d116bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 43 additions and 0 deletions

View File

@ -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

View File

@ -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