Fixing some capitalization
This commit is contained in:
parent
76b1dc4b3f
commit
9f760f0bff
2 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ binary_sensor:
|
||||||
pin:
|
pin:
|
||||||
number: GPIO13
|
number: GPIO13
|
||||||
inverted: True
|
inverted: True
|
||||||
name: "${devicename}_button"
|
name: "${friendly_devicename} Button"
|
||||||
on_press:
|
on_press:
|
||||||
- switch.toggle: relay
|
- switch.toggle: relay
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@ sensor:
|
||||||
# NTC Temperature
|
# NTC Temperature
|
||||||
- platform: ntc
|
- platform: ntc
|
||||||
sensor: temp_resistance_reading
|
sensor: temp_resistance_reading
|
||||||
name: ${devicename} temperature
|
name: ${friendly_devicename} Temperature
|
||||||
unit_of_measurement: "°C"
|
unit_of_measurement: "°C"
|
||||||
accuracy_decimals: 1
|
accuracy_decimals: 1
|
||||||
icon: "mdi:thermometer"
|
icon: "mdi:thermometer"
|
||||||
|
|
@ -72,16 +72,16 @@ sensor:
|
||||||
current_resistor: ${current_res}
|
current_resistor: ${current_res}
|
||||||
voltage_divider: ${voltage_div}
|
voltage_divider: ${voltage_div}
|
||||||
current:
|
current:
|
||||||
name: "${channel_1} current"
|
name: "${channel_1} Current"
|
||||||
unit_of_measurement: "A"
|
unit_of_measurement: "A"
|
||||||
accuracy_decimals: 3
|
accuracy_decimals: 3
|
||||||
icon: mdi:flash-outline
|
icon: mdi:flash-outline
|
||||||
voltage:
|
voltage:
|
||||||
name: "${channel_1} voltage"
|
name: "${channel_1} Voltage"
|
||||||
unit_of_measurement: "V"
|
unit_of_measurement: "V"
|
||||||
icon: mdi:flash-outline
|
icon: mdi:flash-outline
|
||||||
power:
|
power:
|
||||||
name: "${channel_1} power"
|
name: "${channel_1} Power"
|
||||||
id: power
|
id: power
|
||||||
unit_of_measurement: "W"
|
unit_of_measurement: "W"
|
||||||
filters:
|
filters:
|
||||||
|
|
@ -102,7 +102,7 @@ sensor:
|
||||||
update_interval: 10s
|
update_interval: 10s
|
||||||
|
|
||||||
- platform: total_daily_energy
|
- platform: total_daily_energy
|
||||||
name: "${channel_1} daily energy"
|
name: "${channel_1} Daily Energy"
|
||||||
power_id: power
|
power_id: power
|
||||||
filters:
|
filters:
|
||||||
# Multiplication factor from W to kW is 0.001
|
# Multiplication factor from W to kW is 0.001
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ esphome:
|
||||||
wifi:
|
wifi:
|
||||||
ssid: ${ssid}
|
ssid: ${ssid}
|
||||||
password: ${wifipass}
|
password: ${wifipass}
|
||||||
fast_connect: on
|
fast_connect: off
|
||||||
domain: .phiax.nl
|
domain: .phiax.nl
|
||||||
min_auth_mode: WPA2
|
min_auth_mode: WPA2
|
||||||
ap:
|
ap:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue