periodic push
This commit is contained in:
2
esphome/templates/ble_proxy.yaml
Executable file
2
esphome/templates/ble_proxy.yaml
Executable file
@@ -0,0 +1,2 @@
|
||||
bluetooth_proxy:
|
||||
active: true
|
||||
8
esphome/templates/button.yaml
Executable file
8
esphome/templates/button.yaml
Executable file
@@ -0,0 +1,8 @@
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
name: "Button"
|
||||
id: button
|
||||
pin:
|
||||
number: ${pin_button}
|
||||
mode: INPUT_PULLUP
|
||||
inverted: True
|
||||
23
esphome/templates/climate_nosens.yaml
Executable file
23
esphome/templates/climate_nosens.yaml
Executable file
@@ -0,0 +1,23 @@
|
||||
remote_transmitter:
|
||||
pin: ${pin_ir_tx}
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
remote_receiver:
|
||||
id: rcvr
|
||||
pin:
|
||||
number: ${pin_ir_rx}
|
||||
inverted: true
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: true
|
||||
tolerance: 55%
|
||||
dump: all
|
||||
|
||||
climate:
|
||||
- platform: fujitsu_general
|
||||
name: "Airco"
|
||||
receiver_id: rcvr
|
||||
visual:
|
||||
min_temperature: 18
|
||||
max_temperature: 25
|
||||
temperature_step: 1
|
||||
9
esphome/templates/climate_sens.yaml
Executable file
9
esphome/templates/climate_sens.yaml
Executable file
@@ -0,0 +1,9 @@
|
||||
climate:
|
||||
- platform: fujitsu_general
|
||||
name: "Airco"
|
||||
receiver_id: rcvr
|
||||
sensor: ${hvac_sensor}
|
||||
visual:
|
||||
min_temperature: 18
|
||||
max_temperature: 25
|
||||
temperature_step: 1
|
||||
2
esphome/templates/logger.yaml
Executable file
2
esphome/templates/logger.yaml
Executable file
@@ -0,0 +1,2 @@
|
||||
# logging
|
||||
logger:
|
||||
3
esphome/templates/nologger.yaml
Executable file
3
esphome/templates/nologger.yaml
Executable file
@@ -0,0 +1,3 @@
|
||||
# disable logging
|
||||
logger:
|
||||
baud_rate: 0
|
||||
2
esphome/templates/status.yaml
Executable file
2
esphome/templates/status.yaml
Executable file
@@ -0,0 +1,2 @@
|
||||
status_led:
|
||||
pin: ${pin_status}
|
||||
Reference in New Issue
Block a user