Skip to content
New issue

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

fix empty scheduler on dashboard #2094

Merged
merged 2 commits into from
Oct 14, 2024
Merged

fix empty scheduler on dashboard #2094

merged 2 commits into from
Oct 14, 2024

Conversation

MichaelDvP
Copy link
Contributor

No description provided.

@@ -432,7 +432,7 @@ void WebDataService::dashboard_data(AsyncWebServerRequest * request) {
}

// show scheduler, with name, on/off
if (EMSESP::webSchedulerService.count_entities()) {
if (EMSESP::webSchedulerService.count_entities(true)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's it, thought I had checked that fix in yesterday

@proddy proddy merged commit 5f35659 into emsesp:dev Oct 14, 2024
@mattreim
Copy link
Contributor

Now it's fixed, thank you both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants