#Place of storing config are made through the GUI
1 messages · Page 1 of 1 (latest)
Hidden away where you shouldn't go editing things
Editing those files or changing anything in that folder can break your HA
I don't want to edit. I would like to see.
Thanks for advice 😀 . I see. It's like JSON, not YAML 🤔
Well, JSON and YAML are close friends
YAML is more human friendly, JSON is more computer friendly





I have such config for water counting
- platform: pulse_meter
id: ${devicename}_coldwaterflow
pin:
number: GPIO23
mode:
input: true
pullup: true
name: "ColdWaterFlow"
internal_filter: 1s
device_class: water
accuracy_decimals: 3
unit_of_measurement: 'L/min'
filters:- multiply: 10
Based on this I created:
utility_meter:
coldwaterdaily:
source: sensor.coldwaterflow
name: Cold Water Daily
cycle: daily
I can’t understand why the resource counter counts liters per minutes and not in liters. This is an integral indicator.
Can you explain it to me?
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
Well, that looks like ESPHome config, have you tried asking about that on the ESPHome Discord?
(to me that's pretty logical, but then I don't use ESPHome)
Config of sensor is config of ESPHome. Config of Utility Meter if config of HA. I have no question to ESPHome. It counts correctly. I have question to HA.
Well, the utility meter gets what it gets, but #integrations-archived can help you there