Skip to content

Commit

Permalink
Fix entity category for firmware sensor (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Mar 21, 2022
1 parent b398e01 commit a5866d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_scripts/shellies_discovery_gen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
DESCRIPTION_SENSOR_FIRMWARE = {
KEY_DEVICE_CLASS: DEVICE_CLASS_UPDATE,
KEY_ENABLED_BY_DEFAULT: True,
KEY_ENTITY_CATEGORY: ENTITY_CATEGORY_CONFIG,
KEY_ENTITY_CATEGORY: ENTITY_CATEGORY_DIAGNOSTIC,
KEY_NAME: "Firmware",
KEY_STATE_TOPIC: TOPIC_STATUS_RPC,
KEY_VALUE_TEMPLATE: TPL_FIRMWARE_STABLE,
Expand Down

0 comments on commit a5866d3

Please sign in to comment.