Advertisement
Wykop

HA Baza

Dec 20th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. - platform: command_line
  2. name: db_file_size
  3. command: "du -m /config/home-assistant_v2.db | cut -f1"
  4. unit_of_measurement: 'MB'
  5. value_template: '{{ value | int - 1 }}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement