Skip to content

Commit

Permalink
Disable new feature until 2023.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shbatm authored Feb 16, 2023
1 parent 7d08b6e commit fc3b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/isy994/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_native_uom(
native_unit_of_measurement=native_uom,
options=list(options_dict.values()) if options_dict else None,
state_class=ISY_CONTROL_TO_STATE_CLASS.get(control),
suggested_display_precision=precision,
#suggested_display_precision=precision, # TODO: uncomment after 2023.3.0 release
entity_category=ISY_CONTROL_TO_ENTITY_CATEGORY.get(control),
entity_registry_enabled_default=enabled_default,
)
Expand Down

0 comments on commit fc3b0fd

Please sign in to comment.