use esphome_api::Connection; #[test] fn hello() { let conn = Connection::connect(("testdev.local", 6053)).unwrap(); }