mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
64a47f840e
Co-authored-by: Chris Feenstra <chris@cfeenstra.nl> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: cfeenstra1024 <git@cfeenstra.nl>
25 lines
436 B
YAML
25 lines
436 B
YAML
uart:
|
|
tx_pin: ${uart_tx_pin}
|
|
rx_pin: ${uart_rx_pin}
|
|
baud_rate: 1200
|
|
stop_bits: 2
|
|
|
|
sensor:
|
|
- platform: kamstrup_kmp
|
|
heat_energy:
|
|
name: Heat Energy
|
|
power:
|
|
name: Power
|
|
temp1:
|
|
name: Temperature 1
|
|
temp2:
|
|
name: Temperature 2
|
|
temp_diff:
|
|
name: Temperature Difference
|
|
flow:
|
|
name: Flow
|
|
volume:
|
|
name: Volume
|
|
custom:
|
|
- name: Custom 1
|
|
command: 0x1234
|