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
needs refactor
hi_mama_homeassistant/custom_components/hi_mama/pymama.py
Line 97 in e262958
for h2 in response_h2: h2_text = h2.get_text(strip=True) h2_next_siblings = h2.next_sibling.contents # TODO: needs refactor if "Preview" in h2_text: child_dict["At Daycare"] = True if "Preview" not in h2_text: if "Report" in h2_text: if i == 0:
2867e48f45ab941cf9dfad7657430cb2979048fb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
needs refactor
hi_mama_homeassistant/custom_components/hi_mama/pymama.py
Line 97 in e262958
2867e48f45ab941cf9dfad7657430cb2979048fb
The text was updated successfully, but these errors were encountered: