Somewhat reassured, I used the fully HA-integrated Claude Code to finish migrating most of my nearly 200 smart home devices.
HTML is easy to get started with, but hard to get right. There are several hundred element kinds, element attributes, and deeply nested hierachies - with some relationships even being conditional on ...
import { expect, test } from "vitest"; import { render } from "@testing-library/react"; import { validateMarkup } from "standard-html"; import App from "./App"; test ...