Small Improvements

This commit is contained in:
2024-12-27 21:06:46 +01:00
parent e8cd4a8f66
commit 3c229f2cb8
4 changed files with 116 additions and 33 deletions

View File

@@ -7,14 +7,21 @@ Configure a list of sensors. The index is required, the rest is the standard se
Example:
```yaml
sensor:
- platform: serial_csv
uart_id: my_uart # optional
- platform: marlin2
uart_id: uart_bus #optional
bed_temperature:
name: Current Bed Temp
bed_set_temperature:
name: Set Bed Temp
ext_temperature:
name: Current Ext Temp
ext_set_temperature:
name: Set Ext Temp
print_progress:
name: Progress
```
https://github.com/ssieb/esphome_components/tree/master/components/serial_csv
https://github.com/esphome/esphome/blob/dev/esphome/components/dht/sensor.py#L34
* https://github.com/ssieb/esphome_components/tree/master/components/serial_csv
* https://github.com/esphome/esphome/blob/dev/esphome/components/dht/sensor.py#L34
* https://github.com/mulcmu/esphome-marlin-uart