mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
1b6d90d399
* Temporarily disable the heater * Shell of new garage fridge component * Core code should be mostly complete * Add power monitoring and freezer temp control * Wrap up core temperature management code * Add fixed InkBird component * The new fridge manages temp in the freezer better so we are able to greatly simplify things * Finish garage fridge * Misc changes Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
16 lines
284 B
YAML
16 lines
284 B
YAML
substitutions:
|
|
board: esp01_1m
|
|
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: ../components
|
|
components: [ tuya_light_plus ]
|
|
|
|
packages:
|
|
base: !include device_base.yaml
|
|
logger: !include logger/logger_no_serial.yaml
|
|
uart: !include uart/tuya.yaml
|
|
|
|
tuya:
|