Forráskód Böngészése

Remove Visortech smoke detector support.

This is a battery powered device, and will not work locally.
It is misleading claiming to support it, and this may be causing people to
request support for similar devices that they can't get working
elsewhere due to the false hope it conveys.
Jason Rumney 3 éve
szülő
commit
e1c6f47992

+ 0 - 1
ACKNOWLEDGEMENTS.md

@@ -181,7 +181,6 @@ Further device support has been made with the assistance of users.  Please consi
 - [berdahl](https://github.com/bergdahl) for contributing support for Stadler Eva humidifiers.
 - [dezinc57](https://github.com/dezinc57) for assistance supporting Fanco ceiling fan and light and Deta dimmer switch.
 - [hasio144](https://github.com/hasio144) for assistance supporting WF96L water level controllers.
-- [boekerolli](https://github.com/boekerolli) for assistance supporting VisorTech smoke alarms.
 - [ruaandeysel](https://github.com/ruaandeysel) for assistance supporting Skyfan DC fans.
 - [DataGeek-AU](https://github.com/DataGeek-AU) for contributing support for Breville Easy Air purifiers.
 - [Clam58](https://github.com/Clam58) for contributing support for Ebac DJ4000 dehumidifierss.

+ 0 - 1
DEVICES.md

@@ -284,4 +284,3 @@ generic configurations known to work with multiple brands of device.
 - Qoto 03 smart water valve / sprinkler controller
 - SD123 HPR01 human presence radar
 - Universal remote control (supports sensors only)
-- VisorTech ZX-3150 smoke detector (likely not working locally, as this is battery powered)

+ 0 - 64
custom_components/tuya_local/devices/visortech_smoke_detector.yaml

@@ -1,64 +0,0 @@
-name: Smoke detector
-product:
-  - id: mfslve3lrhjyglaw
-    name: VisorTech ZX-3150
-primary_entity:
-  entity: binary_sensor
-  name: 
-  class: smoke
-  dps:
-    - id: 1
-      type: string
-      name: sensor
-      mapping:
-        - dps_val: alarm
-          value: true
-        - value: false
-secondary_entities:
-  - entity: sensor
-    name: Status
-    category: diagnostic
-    dps:
-      - id: 1
-        type: string
-        name: sensor
-      - id: 11
-        type: bitfield
-        name: fault
-  - entity: binary_sensor
-    name: Fault
-    class: problem
-    category: diagnostic
-    dps:
-      - id: 11
-        type: bitfield
-        name: sensor
-        mapping:
-          - dps_val: 0
-            value: false
-          - value: true
-  - entity: sensor
-    name: Battery
-    class: battery
-    category: diagnostic
-    dps:
-      - id: 14
-        type: string
-        name: sensor
-        unit: "%"
-        mapping:
-          - dps_val: low
-            value: 10
-          - dps_val: middle
-            value: 50
-          - dps_val: high
-            value: 80
-
-
-
-
-
-
-
-
-