Skip to content

Commit

Permalink
Remove support for ZNRB (HY Multifunctional Heat Pump V1.2) this is d…
Browse files Browse the repository at this point in the history
…one in tuya-local instead
  • Loading branch information
azerty9971 committed Dec 18, 2024
1 parent cbdfe86 commit 75bd7ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions custom_components/xtend_tuya/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,11 @@ class TuyaSensorEntityDescription(SensorEntityDescription):
entity_registry_enabled_default=True,
),
),
"znrb": (
*CONSUMPTION_SENSORS,
*TEMPERATURE_SENSORS,
),
#ZNRB devices don't send correct cloud data, for these devices use https://github.com/make-all/tuya-local instead
#"znrb": (
# *CONSUMPTION_SENSORS,
# *TEMPERATURE_SENSORS,
#),
}

# Socket (duplicate of `kg`)
Expand Down

0 comments on commit 75bd7ca

Please sign in to comment.