config files on 28-11-2023 12:46:43
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
bluetooth_proxy:
|
||||
active: true
|
||||
@@ -1,7 +1,7 @@
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
name: "Button"
|
||||
id: button
|
||||
id: gp_button
|
||||
pin:
|
||||
number: ${pin_button}
|
||||
mode: INPUT_PULLUP
|
||||
|
||||
15
esphome/templates/modbusSensorHolding.yaml
Normal file
15
esphome/templates/modbusSensorHolding.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
sensor:
|
||||
- name: ${name}
|
||||
platform: modbus_controller
|
||||
modbus_controller_id: epever
|
||||
id: ${entityID}
|
||||
internal: false
|
||||
register_type: holding
|
||||
address: ${address}
|
||||
response_size: 1
|
||||
value_type: ${type}
|
||||
accuracy_decimals: 1
|
||||
device_class: ${class}
|
||||
filters:
|
||||
- multiply: ${multiply}
|
||||
unit_of_measurement: ${unit}
|
||||
15
esphome/templates/modbusSensorRead.yaml
Normal file
15
esphome/templates/modbusSensorRead.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
sensor:
|
||||
- name: ${name}
|
||||
platform: modbus_controller
|
||||
modbus_controller_id: epever
|
||||
id: ${entityID}
|
||||
internal: false
|
||||
register_type: read
|
||||
address: ${address}
|
||||
#response_size: 1
|
||||
value_type: ${type}
|
||||
accuracy_decimals: 1
|
||||
device_class: ${class}
|
||||
filters:
|
||||
- multiply: ${multiply}
|
||||
unit_of_measurement: ${unit}
|
||||
@@ -1,2 +1,3 @@
|
||||
status_led:
|
||||
pin: ${pin_status}
|
||||
pin: ${pin_status}
|
||||
#entity_category: config
|
||||
3
esphome/templates/time.yaml
Executable file
3
esphome/templates/time.yaml
Executable file
@@ -0,0 +1,3 @@
|
||||
time:
|
||||
- platform: homeassistant
|
||||
id: homeassistant_time
|
||||
Reference in New Issue
Block a user