Skip to content

Commit

Permalink
Update Berry-Cookbook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder authored Jul 6, 2023
1 parent 03c2bc8 commit fe225c5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/Berry-Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,4 +753,16 @@ def flash_to_file(filename, addr, len)
end
flash_to_file("safe_boot_flashed.bin", 0x10000, 768320)
```
```

## Tank Sensor

Tank Sensor for fuel-oil volume measurement using a VL53L1X or SR04 sensor

[https://github.com/trlafleur/Tasmota-Tank-Sensor](https://github.com/trlafleur/Tasmota-Tank-Sensor)

## Home Assistant Controls for Tasmota

This is a Tasmota Berry Script library to greatly simplify the process of exposing Home Assistant controls (e.g. Pull-down Lists, Number Sliders, Sensors, etc.) from a Tasmota device - and handling the communication between both sides.

[https://github.com/fmtr/hct](https://github.com/fmtr/hct)

0 comments on commit fe225c5

Please sign in to comment.