Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 17, 2023
1 parent ff50d51 commit 5f6bd74
Showing 1 changed file with 8 additions and 53 deletions.
61 changes: 8 additions & 53 deletions component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,57 +5,12 @@ external_components:
url: https://github.com/netmindz/balboa_GL_ML_spa_control.git
ref: ESPHome
refresh: 0s
# components: [BalboaGL,BalboaGLSensor]

# Text sensors with general information.
text_sensor:
# Expose ESPHome version as sensor.
- platform: version
name: ESPHome Version
# Expose WiFi information as sensors.
- platform: wifi_info
ip_address:
name: IP
ssid:
name: SSID
bssid:
name: BSSID

- platform: BalboaGLSensor
state:
name: State
raw:
name: Raw Data
lcd:
name: LCD Display

# Sensors with general information.
sensor:
# Uptime sensor.
- platform: uptime
name: Uptime

# WiFi Signal sensor.
- platform: wifi_signal
name: WiFi Signal
update_interval: 60s

switch:
- platform: BalboaGLSwitch
name: Light

# select:
# - platform: BalboaGLSelect
# pump1:
# name: Pump1
# options: "HIGH"

climate:
- platform: BalboaGL
name: Temp
hardware_uart: UART1
rx_pin: 3
tx_pin: 10
enable_pin: 5
panel_select_pin: 6
update_interval: 1000ms
BalboaGL:
name: Temp
hardware_uart: UART1
rx_pin: 3
tx_pin: 10
enable_pin: 5
panel_select_pin: 6
update_interval: 220ms

0 comments on commit 5f6bd74

Please sign in to comment.