We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The v3 web version looks great, but toggling a setting only works once. Refreshing the web page lets the toggle work once again.
Not sure if I need to explicitly include a "sensor" for switch state in the yaml but the toggles and this yaml snippet works as expected in v2 web.
web_server: port: 80 version: 3
sensor:
switch:
Debug output (press toggle button twice): 16:15:08 [D] [switch:012] 'Relay Toggle' Turning ON. 16:15:08 [D] [switch:055] 'Relay Toggle': Sending state ON 16:15:10 [D] [switch:012] 'Relay Toggle' Turning ON.
The text was updated successfully, but these errors were encountered:
Hi, is it still broken for you? On my end toggeling a switch works fine
Sorry, something went wrong.
No branches or pull requests
The v3 web version looks great, but toggling a setting only works once. Refreshing the web page lets the toggle work once again.
Not sure if I need to explicitly include a "sensor" for switch state in the yaml but the toggles and this yaml snippet works as expected in v2 web.
Enable Web server.
web_server:
port: 80
version: 3
Sensors with general information.
sensor:
Uptime sensor.
name: Uptime
WiFi Signal sensor.
name: WiFi Signal
update_interval: 60s
Replay Switch #GPIO16
switch:
pin: 16
name: "Relay Toggle"
Debug output (press toggle button twice):
16:15:08 [D] [switch:012] 'Relay Toggle' Turning ON.
16:15:08 [D] [switch:055] 'Relay Toggle': Sending state ON
16:15:10 [D] [switch:012] 'Relay Toggle' Turning ON.
The text was updated successfully, but these errors were encountered: