Skip to content

Commit

Permalink
fix: Adjust default entity category of updates in Home Assistant (#19435
Browse files Browse the repository at this point in the history
)
  • Loading branch information
frenck committed Oct 27, 2023
1 parent 1fa10f6 commit d0a4f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extension/homeassistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ export default class HomeAssistant extends Extension {
latest_version_topic: true,
state_topic: true,
device_class: 'firmware',
entity_category: 'config',
command_topic: `${settings.get().mqtt.base_topic}/bridge/request/device/ota_update/update`,
payload_install: `{"id": "${entity.ieeeAddr}"}`,
value_template: `{{ value_json['update']['installed_version'] }}`,
Expand Down

0 comments on commit d0a4f5f

Please sign in to comment.