Skip to content

Commit

Permalink
Remove wifi debuggin for s2 performance
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Dec 5, 2024
1 parent f766762 commit 0547843
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions firmware/conf.d/wifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ wifi:
# id: set_led_white
# led_number: -1
# - script.stop: set_led_white
sensor:
- platform: wifi_signal
name: "WiFi Signal Sensor"
id: openspool_wifi_signal
state_topic:
update_interval: 60s
icon: mdi:wifi-strength-outline
# sensor:
# - platform: wifi_signal
# name: "WiFi Signal Sensor"
# id: openspool_wifi_signal
# state_topic:
# update_interval: 60s
# icon: mdi:wifi-strength-outline
text_sensor:
- platform: wifi_info
mac_address:
name: Mac Address
id: mac_address
state_topic:
icon: mdi:network
- platform: wifi_info
ip_address:
name: IP Address
id: openspool_ip_address
state_topic:
icon: mdi:lan
ssid:
name: Wifi Network
id: openspool_ssid
state_topic:
icon: mdi:wifi
# - platform: wifi_info
# ip_address:
# name: IP Address
# id: openspool_ip_address
# state_topic:
# icon: mdi:lan
# ssid:
# name: Wifi Network
# id: openspool_ssid
# state_topic:
# icon: mdi:wifi

0 comments on commit 0547843

Please sign in to comment.