Hello, my mqtt amp sensor is not working anymore in HA because of the new version but I dont know exactly what to do to fix it, so if it’s possible I need some help with the new config
sensor:
- platform: cert_expiry
host: home-assistant.io
- platform: mqtt
state_topic: "Power/Status"
name: Amperaje
icon: mdi:current-ac
unit_of_measurement: "A"
value_template: '{{ value_json.A }}'
- platform: mqtt
state_topic: "Power/Status"
name: Consumo Actual
icon: mdi:power-plug
unit_of_measurement: "W"
value_template: '{{ value_json.W }}'
- platform: mqtt
state_topic: "Power/Status"
icon: mdi:power-plug
name: KW/h
unit_of_measurement: "KW/h"
value_template: '{{ value_json.KWh }}'
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /config
- type: memory_free