-
- Git clone cloud cutter repo logseq.order-list-type:: number
- cd tuya-cloudcutter
logseq.order-list-type:: number
sudo ./tuya-cloudcutter.sh -s <ssid> <pwd>logseq.order-list-type:: numbersudo ./tuya-cloudcutter.sh -f ESPHome-Kickstart-v23.08.29_bk7231t_app.ota.ug.binlogseq.order-list-type:: number
- Select: By manufacturer/device name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Create a template sensor | |
| Put this in your configuration.yaml or under Helpers → Template in the UI: | |
| ```yaml | |
| template: | |
| - sensor: | |
| - name: "Fertiliser Due" | |
| state: > | |
| {% set last_tap = states('tag.lemon_liquid_feed') %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sensor: | |
| - platform: template | |
| sensors: | |
| total_energy: | |
| friendly_name: "Total Energy" | |
| unit_of_measurement: 'Wh' | |
| value_template: > | |
| {% set device_a_energy = states('sensor.device_a_energy') | float %} | |
| {% set device_b_energy = states('sensor.device_b_energy') | float %} | |
| {% set device_c_energy = states('sensor.device_c_energy') | float %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: custom:mushroom-template-card | |
| layout: vertical | |
| primary: Home | |
| icon_color: |- | |
| {% if is_state('input_boolean.away_mode', 'off') %} | |
| green | |
| {% else %} | |
| red | |
| {% endif %} | |
| fill_container: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: vertical-stack | |
| cards: | |
| - type: custom:mushroom-title-card | |
| title: '' | |
| alignment: center | |
| subtitle: ROOMS | |
| - square: false | |
| type: grid | |
| columns: 2 | |
| cards: |
- Take a screenshot of the satellite view of your house (or location of the weather station) and save to the following directory of your HA config: `config/www/'
- replace
<file.jpg>in the config below with the name of your image - You'll need to install the compass-card
- win :)
