ソースを参照

Revert "Add support for Brilliant outdoor PIR motion sensor"

This reverts commit a93becc2a0f991dc1ddfe742b0b62abb1a7f6e84.

The config has no non-optional dps, so device cannot be supported
properly at this time. As there were no details provided in the
original issue #1747.
Jason Rumney 1 年間 前
コミット
03f3168b0d

+ 1 - 1
ACKNOWLEDGEMENTS.md

@@ -718,7 +718,7 @@ Further device support has been made with the assistance of users. Please consid
 - [fotis3d](https://github.com/fotis3d) for assisting with support for Digoo HamB alarm.
 - [fotis3d](https://github.com/fotis3d) for assisting with support for Digoo HamB alarm.
 - [Igooris](https://github.com/Igooris) for contributing support for PZIOT E01 energy meter.
 - [Igooris](https://github.com/Igooris) for contributing support for PZIOT E01 energy meter.
 - [shadowkora](https://github.com/shadowkora) for assisting with support for Moes Smart control panel mini IR/Bluetooth hub.
 - [shadowkora](https://github.com/shadowkora) for assisting with support for Moes Smart control panel mini IR/Bluetooth hub.
-- [megarch2021](https://github.com/megarch2021) for contributing support for Orion SWS07HA indoor siren, CCT "modeless" lightbulb (like cct_v1 but reserve dp 2 for mode even though it is unused) and Brilliant outdoor PIR motion sensor.
+- [megarch2021](https://github.com/megarch2021) for contributing support for Orion SWS07HA indoor siren, CCT "modeless" lightbulbs (like v1 but reserve dp 2 for mode even though it is unused).
 - [markussiegert](https://github.com/markussiegery) for assisting with support for smoke detector.
 - [markussiegert](https://github.com/markussiegery) for assisting with support for smoke detector.
 - [giacomitti](https://github.com/giacomitti) for contributing support for an unknown brand of energy meter.
 - [giacomitti](https://github.com/giacomitti) for contributing support for an unknown brand of energy meter.
 - [coutaq](https://github.com/coutaq) for contributing support for Point POPANW600 panel heater.
 - [coutaq](https://github.com/coutaq) for contributing support for Point POPANW600 panel heater.

+ 1 - 2
DEVICES.md

@@ -811,8 +811,7 @@ port and password.
 - ASIP-0622 indoor planter
 - ASIP-0622 indoor planter
 - Brennenstuhl WFD3050P PIR motion activated CCT spotlight
 - Brennenstuhl WFD3050P PIR motion activated CCT spotlight
 - Bresser Smart 7-in-1 weather station
 - Bresser Smart 7-in-1 weather station
-- Bresser Smart Thermo-hygrometer
-- Brilliant outdoor PIR motion sensor 
+^ Bresser Smart Thermo-hygrometer
 - CO2-Box air quality monitor
 - CO2-Box air quality monitor
 - CT20W PIR motion detector
 - CT20W PIR motion detector
 - Emax EM3378 Weather Station (selling as Hiper P1 and other rebrands)
 - Emax EM3378 Weather Station (selling as Hiper P1 and other rebrands)

+ 0 - 79
custom_components/tuya_local/devices/brilliant_pir_sensor.yaml

@@ -1,79 +0,0 @@
-name: PIR Sensor
-products:
-  - id: kwkq8icRxCrxXEAC
-    name: Brilliant outdoor PIR Sensor
-primary_entity:
-  entity: switch
-  name: Detection
-  dps:
-    - id: 107
-      optional: true
-      type: boolean
-      name: switch
-secondary_entities:
-  - entity: event
-    class: motion
-    dps:
-      - id: 108
-        optional: true
-        type: boolean
-        name: event
-        mapping:
-          - dps_val: true
-            value: detected
-          - dps_val: false
-            value: clear
-  - entity: number
-    class: illuminance
-    category: config
-    dps:
-      - id: 102
-        optional: true
-        type: integer
-        name: value
-        range:
-          min: 0
-          max: 2000
-        unit: lx
-  - entity: number
-    name: Duration
-    category: config
-    dps:
-      - id: 103
-        optional: true
-        type: integer
-        name: value
-        unit: s
-        range:
-          min: 10
-          max: 600
-  - entity: select
-    name: Mode
-    category: config
-    dps:
-      - id: 104
-        optional: true
-        type: string
-        name: option
-        mapping:
-          - dps_val: "0"
-            value: auto
-          - dps_val: "1"
-            value: override
-          - dps_val: "2"
-            value: test
-  - entity: select
-    name: Sensitivity
-    category: config
-    dps:
-      - id: 106
-        optional: true
-        type: string
-        name: option
-        mapping:
-          - dps_val: "0"
-            value: low
-          - dps_val: "1"
-            value: mid
-          - dps_val: "2"
-            value: high