From f5e356eaf4bb3a882295cba56c6d22c5b8019c62 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 3 Jul 2023 18:45:30 +0200 Subject: [PATCH] Autload types: sensor, switch, text_sensor and button --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 9fef11f..b26d0e3 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,12 @@ ESPhome component for Micronova board based pellet stoves. There is a pull request in the ESPHome repo (https://github.com/esphome/esphome/pull/4760). Go there for a link to the complete documentation. https://deploy-preview-2890--esphome.netlify.app/components/micronova.html -Note: It seems that the code does not check whether base types (sensor, switch,..) have been included. To force these types in your config you must add them explicitly. This will be fixed in the future. - Example config: ```yaml external_components: - source: github://Jorre05/micronova components: [ micronova ] -sensor: - -text_sensor: - -switch: - -button: - micronova: enable_rx_pin: 7 update_interval: 10s