@Hannes-D-0815 here did you find the settings now? Can you explain me or give me an hint? Im just looking for the settings - i already remove if from my configuration.yaml but where i find i now?
After the myStrom has been integrated, I’m missing the possibility to read out the unit of measurement for visualize the power consumption of the myStrom Switches (Wifi).
This was working before the above mentioned upgrade but now I’m only having the option for RX, TX and uptime.
# myStrom Office
sensor:
- platform: rest
name: "pwrplg01 office"
resource: http://10.20.30.8/report
method: GET
unit_of_measurement: W
device_class: power
state_class: measurement
value_template: "{{ value_json.power }}"
Any idea how to fix this with the latest Home Assistant version?